Skip to main content

Get List of User Groups

GET /groups/


URL Example

https://system_domain/api/v2/groups/


Response Example
{
"data": [
{
"id": 1,
"type": "user",
"name": {
"ru": "Клиент",
"en": "Client"
},
"disable": 0
},
{
"id": 2,
"type": "staff",
"name": {
"ru": "Администратор",
"en": "Administrator"
},
"disable": 0
},
{
"id": 3,
"type": "staff",
"name": {
"ru": "Сотрудник",
"en": "Employee"
},
"disable": 0
}
]
}