Updating Access Group Details
Last updated on 07 October, 2024You can use LogicMonitor REST API v3 to update access group details. You must authenticate yourself before making the API request.
To make partial updates to an access group, make a PATCH
request. To completely update an access group, make a PUT
request.
URI: PATCH /setting/accessgroup/{id}
URI: PUT /setting/accessgroup/{id}
Parameter | Type | Description |
id | Integer | The ID of the access group that you want to update. |
name | String | The name of the access group that you want to update. |
tenantId | String | The ID of the tenant that you want to update. |
description | String | The description of the access group. |