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": "069b7f90-1e96-4e2c-9352-67399e50659d",
"LanguageGuid": "a5023b5a-f5f7-4f61-97bd-01ba0ed49835"
}
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>a5023b5a-f5f7-4f61-97bd-01ba0ed49835</LanguageGuid> <UserGuid>069b7f90-1e96-4e2c-9352-67399e50659d</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. |