Updating Access Group Details

Last updated on 25 June, 2024

You 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}

ParameterTypeDescription
idIntegerThe ID of the access group that you want to update.
nameStringThe name of the access group that you want to update.
tenantIdStringThe ID of the tenant that you want to update.
descriptionStringThe description of the access group.