Get list of employee groups for organization

GET /api-v1/organization/employee-group

Headers

Responses

GET /api-v1/organization/employee-group
curl \
 -X GET http://10.10.10.132/api-v1/organization/employee-group \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "id": 42,
    "name": "string"
  }
]