Appearance
GET
/admin/user-group/user-groups/{groupId}Required scope:
viskan:usergroup:readGets information for a specific user group in the system.
Parameters
Path parameters
groupId integerThe ID of the group to get.
Response
The information about the user group.
JSON
{
"groupId": 1,
"groupName": "Customer service",
"active": true,
"roles": [
"country",
"customer:read",
"customer:update"
],
"reports": [
10000,
10001
],
"warehouses": [
{
"warehouseCompanyId": 0,
"warehouseId": 1
}
],
"returnReasons": [
{
"returnReasonId": 1
}
],
"webStores": [
{
"storeId": 1
}
]
}
| Error code | Description |
|---|---|
user-group-not-found | No user group was found with the given ID. |