LogicMonitor seeks to disrupt AI landscape with $800M strategic investment at $2.4B valuation to revolutionize data centers.

Learn 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.