get_access_group
Retrieve detailed information about an access group, including its resources and assigned users, to audit access control before making changes.
Instructions
Get detailed information about a specific access group in LogicMonitor (LM) monitoring by its ID.
Returns: Complete access group details: name, description, tenant ID, list of associated resources (which resources/devices/groups are in this access group), list of users assigned to this access group.
When to use:
Review which resources are in this access group
Check which users have access to this group
Audit access control before modifications
Verify tenant isolation configuration
Key information returned:
Resources: Which resource/device groups and resources users in this access group can see
Users: Which users are assigned to this access group
Tenant ID: Multi-tenant identifier (MSP environments)
Impact analysis: Before modifying access group:
Removing resource: Users lose visibility to those resource/device
Removing user: User loses visibility to all resources in group
Deleting group: All users lose their access scope
Workflow: Use "list_access_groups" to find accessGroupId, then use this tool to review complete configuration before modifications.
Related tools: "list_access_groups" (find groups), "update_access_group" (modify), "list_users" (see user access).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessGroupId | Yes | The ID of the access group to retrieve | |
| fields | No | Comma-separated list of fields to include in response. Examples: "id,displayName,hostStatus" or use "*" for all fields. Omit this parameter to receive a curated set of commonly used fields. |