Get All User Groups for Community
Request
GET /UserGroupsQuery Parameters
Response
{
"data": [
{
"id": 1,
"name": "First group"
},
{
"id": 2,
"name": "Second group"
}
],
"errorCode": -1,
"errorText": null
}Last updated
Was this helpful?