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": "5308c4a5-a322-437e-9caf-c28475d38478",
"LanguageGuid": "a27a43ef-b4c5-4530-9fa2-50d5abaf3ede"
}
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>a27a43ef-b4c5-4530-9fa2-50d5abaf3ede</LanguageGuid> <UserGuid>5308c4a5-a322-437e-9caf-c28475d38478</UserGuid> </UserProfileDataInput>
application/x-www-form-urlencoded
Sample:
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. |