Join fellow LogicMonitor users at the Elevate Community Conference and get hands-on with our latest product innovations.

Register Now

Resources

Explore our blogs, guides, case studies, eBooks, and more actionable insights to enhance your IT monitoring and observability.

View Resources

About us

Get to know LogicMonitor and our team.

About us

Documentation

Read through our documentation, check out our latest release notes, or submit a ticket to our world-class customer service team.

View Resources

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.

Get Started with LogicMonitor