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