User Groups V2
Get User Group
Use this API to retrieve a specific user group by its unique identifier.
get/api/access/v2/user-groups/{groupId}
Path parameters
groupIdstring uuid required
The unique identifier of the user group.
Response
User group retrieved successfully
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "My User Group",
"description": "User group used for grouping users",
"createdBy": "52b6b7df-9e69-4d6f-9fd3-75c1d4626366",
"createdDate": "2022-05-01T12:34:56Z",
"lastModifiedBy": "52b6b7df-9e69-4d6f-9fd3-75c1d4626366",
"lastModifiedDate": "2022-05-01T12:34:56Z"
}