Updating Recipient Group Details
Last updated on 07 October, 2024You can use LogicMonitor REST API v3 to update recipient group details. You must authenticate yourself before making the API request.
URI: PATCH /setting/recipientgroups/{id}
URI: PUT /setting/recipientgroups/{id}
Parameter | Type | Description |
id | Integer | (Mandatory) The Id of the recipient group whose details you want to update. |
groupName | String | (Mandatory) The name of the recipient group that you want to update. Example – "groupName": "Tier 2 Helpdesk" |
recipients | JSON Array | A recipient is a user or email address that receives alerts for specific events. The field contains information of the recipients in the group. A recipient group has multiple alert delivery recipients. Because it contains multiple user accounts or other recipient groups, it becomes easy to notify a variety of alert types to recipients of the same group. The field contains the following information about the recipients:
|
description | String | The description of the recipient group. Example – "description": "Tier 2 Helpdesk" |