PUT authentication/PutUserProfileData
Update User Profile data
Request Information
URI Parameters
None.
Body Parameters
User profile data
UserProfileDataInput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGuid | globally unique identifier |
None. |
|
| LanguageGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserGuid": "e6a75f5c-0692-45b0-bda9-ff0f54c7db58",
"LanguageGuid": "a01f042a-ac28-409e-b607-7db979ff4517"
}
application/xml, text/xml
Sample:
<UserProfileDataInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <LanguageGuid>a01f042a-ac28-409e-b607-7db979ff4517</LanguageGuid> <UserGuid>e6a75f5c-0692-45b0-bda9-ff0f54c7db58</UserGuid> </UserProfileDataInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
User Profile Data after update
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |