POST api/user/UpdateProfilePic
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": "ab6fbfb4-851d-4f89-b3ad-b39600a5e3d7",
"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-07T18:25:12.3463749+00:00",
"CreatedUserID": "025d0f4c-1a56-4c16-a2a8-e14cf9c2e952",
"ModifiedDate": "2026-01-07T18:25:12.3463749+00:00",
"ModifiedUserID": "b438d2e2-0459-4def-bdf1-8523f91dca71",
"FeatureID": "53002170-bb4f-4d05-8ce2-7f85f3954d51",
"Token": "8ee1ce07-9202-45ac-b577-15af32817a41",
"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-07T18:25:12.3463749+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">025d0f4c-1a56-4c16-a2a8-e14cf9c2e952</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">53002170-bb4f-4d05-8ce2-7f85f3954d51</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-07T18:25:12.3463749+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">b438d2e2-0459-4def-bdf1-8523f91dca71</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">8ee1ce07-9202-45ac-b577-15af32817a41</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>ab6fbfb4-851d-4f89-b3ad-b39600a5e3d7</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.