PermissionGroups
Queryable, Introduced in version 22.3
GET https://localhost:8001/sv/001.1/api/v1/Common/PermissionGroups
Represents a permission group.
GUID
BC0D1D4D-E488-4DDD-B25D-C077E810F2A8
Required permission
Show user rights groups
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the permission group. |
|
Description | String | The translated description of the permission group. |
|
Permissions | Permissions[] | The permissions that apply to the permission group.
|
Example
{
"Id": 0,
"Description": null,
"Permissions": null
}