GET accounts/{accountId}/accountusers/{accountUserId}/accountuserpermissions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| accountUserId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AccountUserPermissionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountUserId | integer |
None. |
|
| Permission | PermissionType |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": 1,
"AccountUserId": 2,
"Permission": 0
},
{
"Id": 1,
"AccountUserId": 2,
"Permission": 0
}
]