PUT UserAtionetProfilePreference/{id}
Updates the user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the user. |
globally unique identifier |
Required |
Body Parameters
The new data of the user.
AvailableEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Type | string |
None. |
|
| RoleName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "ccad86fe-c787-493a-b5ce-2e952dbedb1b",
"Name": "sample string 2",
"Type": "sample string 3",
"RoleName": "sample string 4"
}
application/xml, text/xml
Sample:
<AvailableEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Id>ccad86fe-c787-493a-b5ce-2e952dbedb1b</Id> <Name>sample string 2</Name> <RoleName>sample string 4</RoleName> <Type>sample string 3</Type> </AvailableEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
AvailableEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Type | string |
None. |
|
| RoleName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "131cbafc-dfbc-4437-8b2a-6f9cc550135b",
"Name": "sample string 2",
"Type": "sample string 3",
"RoleName": "sample string 4"
}
application/xml, text/xml
Sample:
<AvailableEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Id>131cbafc-dfbc-4437-8b2a-6f9cc550135b</Id> <Name>sample string 2</Name> <RoleName>sample string 4</RoleName> <Type>sample string 3</Type> </AvailableEntity>