GET users/permissions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GlobalPermissionsAndRolesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| AccountId | integer |
None. |
|
| ShowAccountId | integer |
None. |
|
| Roles | Collection of RoleType |
None. |
|
| Permissions | Collection of PermissionType |
None. |
|
| IsOnlyShowVendorUser | boolean |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"UserId": 1,
"AccountId": 1,
"ShowAccountId": 1,
"Roles": [
0,
0
],
"Permissions": [
0,
0
],
"IsOnlyShowVendorUser": true
}