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": "e3f917c4-df8e-465b-b80b-931d9dcf1c96", "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>e3f917c4-df8e-465b-b80b-931d9dcf1c96</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": "9ba5ccaf-c746-418d-9695-d5936d5fe969", "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>9ba5ccaf-c746-418d-9695-d5936d5fe969</Id> <Name>sample string 2</Name> <RoleName>sample string 4</RoleName> <Type>sample string 3</Type> </AvailableEntity>