POST accounts/{accountId}/accountuserpermissions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
Body Parameters
AccountUserPermissionCreateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountUserId | integer |
None. |
|
| Permission | PermissionType |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountUserId": 1,
"Permission": 0
}
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
}