Get User Role
Returns a single user role record.
GET /system/roles/{roleId}
- Does not accept filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
Model Schema
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{"Result": [
{"RoleId": 0,
"RoleName": "string",
"RoleTypeIds": [
0
],
"Attributes": {}}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}
