This method allows to add new media to multiple users.
This method is deprecated and will be removed in the future. Please use instead.
Parameters
(object)
Parameters defining the media to create and the users to add them to.
Examples
Adding a media to multiple users
Create a common e-mail media for two users. The media must send notifications about all alerts at any time.
Request:
Response:
- {
- "jsonrpc": "2.0",
- "result": {
- "mediaids": [
- "12",
- "13"
- },
- "id": 1
- }