Get list of advanced user groups

GET /api-v1/user-group/advanced

Headers

Responses

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