GET accounts/{accountId}/accountUserPermissions/{accountUserPermissionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| accountUserPermissionId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}