GET api/users/roles?id={id}
Get a role by Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Role| Name | Description | Type | Additional information |
|---|---|---|---|
| Permissions | IEnumerator |
None. |
|
| RoleID | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| RealName | string |
None. |
|
| DisplayName | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.