Roles
Queryable, Introduced in version 22.3
GET https://localhost:8001/sv/001.1/api/v1/Common/Roles
Represents a user role.
GUID
362CC578-5333-4E2C-B5D6-45C6C272B908
Required permission
Show user
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the role. |
|
Description | String | The translated description of the role. |
|
IsSuperUser | Boolean | Whether or not application user's that belong to the role are considered super users. |
Example
{
"Id": 0,
"Description": null,
"IsSuperUser": false
}