Get All User Groups for Community
All API requests should contain authorization headers.
Request
GET /UserGroups
Query Parameters
This endpoint doesn't require query parameters.
Response
{
"data": [
{
"id": 1,
"name": "First group"
},
{
"id": 2,
"name": "Second group"
}
],
"errorCode": -1,
"errorText": null
}
Data
field will contain an array of User group objects.
Last updated
Was this helpful?