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": "0a2c7d77-1af2-4608-bedb-6985b4c776b1",
"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>0a2c7d77-1af2-4608-bedb-6985b4c776b1</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": "aa9c41b3-4c62-4a34-8b2d-5dbd088282c0",
"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>aa9c41b3-4c62-4a34-8b2d-5dbd088282c0</Id> <Name>sample string 2</Name> <RoleName>sample string 4</RoleName> <Type>sample string 3</Type> </AvailableEntity>