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": "5f67c585-3215-4a74-b07f-8b594448e34d",
"LanguageGuid": "9f230fdf-cf57-4654-8e21-cb0ea7ef0563"
}
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>9f230fdf-cf57-4654-8e21-cb0ea7ef0563</LanguageGuid> <UserGuid>5f67c585-3215-4a74-b07f-8b594448e34d</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. |