GET accounts/{accountId}/users/permissions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountPermissionsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
None. |
|
| Permissions | Collection of PermissionType |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"AccountId": 1,
"Permissions": [
0,
0
]
}