Get an access group
Returns a single access group by its UUID, including its name, description, type (custom or scope), member count, and timestamps.
Use this to check the details and member count of a specific group.
GET
/api/v1/access-groups/{groupId} Bearer token
Path parameters
· 1groupId string · uuid required UUID of the access group. Get group IDs from listAccessGroups or createAccessGroup responses.