GET
/userGroups/{user_group_id}
curl \
--request GET 'https://identity.zerionsoftware.com/v1/userGroups/self' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"created_date": "string",
"description": "string",
"id": "string",
"modified_date": "string",
"name": "string",
"profile_id": 42.0,
"server_id": "string",
"type": "string",
"used_as": "string",
"users": []
}