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.
AvailableEntityName | 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": "0d6da35d-ac44-4959-835d-7f312f89169b", "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>0d6da35d-ac44-4959-835d-7f312f89169b</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.
AvailableEntityName | 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": "dd5558ba-e80b-4468-894a-d08cd81852b6", "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>dd5558ba-e80b-4468-894a-d08cd81852b6</Id> <Name>sample string 2</Name> <RoleName>sample string 4</RoleName> <Type>sample string 3</Type> </AvailableEntity>