LogicMonitor recognized as a Customers' Choice by Gartner Peer Insights™ in 2024 Gartner Voice of the Customer for Observability platforms.

Read More

Updating Access Group Details

Last updated on 07 October, 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.