PUT authentication/PutUserProfileData
Request Information
URI Parameters
None.
Body Parameters
UserProfileDataInput| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGuid | globally unique identifier |
None. |
|
| LanguageGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserGuid": "1e72b38b-dc89-4208-b99c-24f7011547d1",
"LanguageGuid": "d85ea850-96d8-4b75-92dc-49c11f697bbf"
}
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>d85ea850-96d8-4b75-92dc-49c11f697bbf</LanguageGuid> <UserGuid>1e72b38b-dc89-4208-b99c-24f7011547d1</UserGuid> </UserProfileDataInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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. |