Get list of user groups

GET /api-v1/user-group

Headers

Query parameters

Responses

GET /api-v1/user-group
curl \
 -X GET http://wyzio.app/api-v1/user-group \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "creatorContactId": 42,
    "description": "string",
    "id": 42,
    "name": "string",
    "organizationId": 42,
    "type": "GROUP"
  }
]