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": "9a8b4c25-bebd-48aa-968a-4d13a8f45d5b",
"LanguageGuid": "7e789f65-0de5-4ab7-b3ff-6f462f6b414e"
}
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>7e789f65-0de5-4ab7-b3ff-6f462f6b414e</LanguageGuid> <UserGuid>9a8b4c25-bebd-48aa-968a-4d13a8f45d5b</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. |