Get list of advanced user groups

GET /api-v1/user-group/advanced

Headers

Responses

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