POST api/user/UpdateUserProfile
Request Information
URI Parameters
None.
Body Parameters
UserProfileViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| SecondLastName | string |
None. |
|
| FullName | string |
None. |
|
| string |
None. |
||
| PendingInvitation | boolean |
None. |
|
| HomePhoneNumber | string |
None. |
|
| WorkPhoneNumber | string |
None. |
|
| MobilePhoneNumber | string |
None. |
|
| string |
None. |
||
| string |
None. |
||
| string |
None. |
||
| GooglePlus | string |
None. |
|
| AboutMe | string |
None. |
|
| ProfilePictureID | integer |
None. |
|
| BackGroundImageID | integer |
None. |
|
| TimeZone | string |
None. |
|
| ProfessionID | integer |
None. |
|
| IsSystem | boolean |
None. |
|
| ImageID | integer |
None. |
|
| RowVersion | Collection of byte |
None. |
|
| CompanyID | integer |
None. |
|
| Language | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedUserID | globally unique identifier |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedUserID | globally unique identifier |
None. |
|
| FeatureID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| Action | Actions |
None. |
|
| FilterText | string |
None. |
|
| CurrentIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecords | integer |
None. |
|
| SortColumn | string |
None. |
|
| Sortby | SortDirection |
None. |
|
| ImageId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Sort | integer |
None. |
|
| Messages | Collection of ErrorMessage |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "a5999af8-6550-4fa5-8f27-6958e435b59d",
"FirstName": "sample string 2",
"MiddleName": "sample string 3",
"LastName": "sample string 4",
"SecondLastName": "sample string 5",
"FullName": "sample string 6",
"Email": "sample string 7",
"PendingInvitation": true,
"HomePhoneNumber": "sample string 9",
"WorkPhoneNumber": "sample string 10",
"MobilePhoneNumber": "sample string 11",
"Facebook": "sample string 12",
"Twitter": "sample string 13",
"LinkedIn": "sample string 14",
"GooglePlus": "sample string 15",
"AboutMe": "sample string 16",
"ProfilePictureID": 1,
"BackGroundImageID": 1,
"TimeZone": "sample string 17",
"ProfessionID": 1,
"IsSystem": true,
"ImageID": 1,
"RowVersion": "QEA=",
"CompanyID": 19,
"Language": "sample string 20",
"CreatedDate": "2026-01-06T12:54:03.0203522+00:00",
"CreatedUserID": "c3d51b80-14e9-4e20-8795-55e34beab87e",
"ModifiedDate": "2026-01-06T12:54:03.0203522+00:00",
"ModifiedUserID": "9225899c-ede4-4b17-9a66-91ab68a303b8",
"FeatureID": "601f098f-e2b0-492f-b57f-13018f1becd7",
"Token": "05317e60-031d-4cdb-b9b7-9cbfb1c5fefd",
"Action": 0,
"FilterText": "sample string 27",
"CurrentIndex": 28,
"PageSize": 29,
"TotalRecords": 30,
"SortColumn": "sample string 31",
"Sortby": 0,
"ImageId": 1,
"IsDeleted": true,
"IsActive": true,
"Sort": 1,
"Messages": [
{
"ErrorType": 1,
"Message": "sample string 2"
},
{
"ErrorType": 1,
"Message": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<UserProfileViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.SecurityModels">
<Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action>
<CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">19</CompanyID>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-01-06T12:54:03.0203522+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">c3d51b80-14e9-4e20-8795-55e34beab87e</CreatedUserID>
<CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">28</CurrentIndex>
<FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">601f098f-e2b0-492f-b57f-13018f1becd7</FeatureID>
<FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 27</FilterText>
<ImageId xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</ImageId>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsActive>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsDeleted>
<Language xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 20</Language>
<Messages xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
</Messages>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-01-06T12:54:03.0203522+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">9225899c-ede4-4b17-9a66-91ab68a303b8</ModifiedUserID>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">29</PageSize>
<Sort xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</Sort>
<SortColumn xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 31</SortColumn>
<Sortby xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">Asc</Sortby>
<Token xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">05317e60-031d-4cdb-b9b7-9cbfb1c5fefd</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">30</TotalRecords>
<AboutMe>sample string 16</AboutMe>
<BackGroundImageID>1</BackGroundImageID>
<Email>sample string 7</Email>
<Facebook>sample string 12</Facebook>
<FirstName>sample string 2</FirstName>
<FullName>sample string 6</FullName>
<GooglePlus>sample string 15</GooglePlus>
<HomePhoneNumber>sample string 9</HomePhoneNumber>
<ImageID>1</ImageID>
<IsSystem>true</IsSystem>
<LastName>sample string 4</LastName>
<LinkedIn>sample string 14</LinkedIn>
<MiddleName>sample string 3</MiddleName>
<MobilePhoneNumber>sample string 11</MobilePhoneNumber>
<PendingInvitation>true</PendingInvitation>
<ProfessionID>1</ProfessionID>
<ProfilePictureID>1</ProfilePictureID>
<RowVersion>QEA=</RowVersion>
<SecondLastName>sample string 5</SecondLastName>
<TimeZone>sample string 17</TimeZone>
<Twitter>sample string 13</Twitter>
<UserID>a5999af8-6550-4fa5-8f27-6958e435b59d</UserID>
<WorkPhoneNumber>sample string 10</WorkPhoneNumber>
</UserProfileViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.