Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/user-group
curl \
--request GET 'https://wyzio.app/api-v1/user-group'
Response examples (200)
[
{
"id": 42,
"type": "GROUP",
"name": "string",
"description": "string",
"organizationId": 42,
"creatorContactId": 42
}
]