Last updated 2 years ago
Was this helpful?
All API requests should contain .
GET /UserGroups
This endpoint doesn't require query parameters.
{ "data": [ { "id": 1, "name": "First group" }, { "id": 2, "name": "Second group" } ], "errorCode": -1, "errorText": null }
Data field will contain an array of objects.
Data