POST api/user/UserUpdateForUpdateProfile
Request Information
URI Parameters
None.
Body Parameters
UserViewModelName | Description | Type | Additional information |
---|---|---|---|
RoleID | globally unique identifier |
None. |
|
string |
None. |
||
ID | globally unique identifier |
None. |
|
PendingInvitation | boolean |
None. |
|
UserID | globally unique identifier |
None. |
|
UserList | Collection of AssignRoleUserViewModel |
None. |
|
AssignRoleList | Collection of AssignRoleViewModel |
None. |
|
LastApplicationAccessed | globally unique identifier |
None. |
|
LastCompanyVisited | integer |
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:
{ "RoleID": "61c166f9-76fe-4d8c-8b14-e0efc511cd21", "Email": "sample string 2", "ID": "53499444-0998-47fa-abe5-6dafd74a3a2c", "PendingInvitation": true, "UserID": "9f22ed1c-a5de-441a-b0b0-09c8296c816c", "UserList": [ { "UserID": "fbbf864f-4cfc-46f7-8f93-8cf904130608", "Email": "sample string 2" }, { "UserID": "fbbf864f-4cfc-46f7-8f93-8cf904130608", "Email": "sample string 2" } ], "AssignRoleList": [ { "RoleID": "6df3aa69-2374-442e-a446-bc749a42bd4b" }, { "RoleID": "6df3aa69-2374-442e-a446-bc749a42bd4b" } ], "LastApplicationAccessed": "66bcb1a6-5221-43aa-be5b-1897a7ea5cd5", "LastCompanyVisited": 5, "CompanyID": 6, "Language": "sample string 7", "CreatedDate": "2025-08-28T23:33:00.0369932+00:00", "CreatedUserID": "59c7968f-1e38-466a-bacb-26bff6785d3a", "ModifiedDate": "2025-08-28T23:33:00.0369932+00:00", "ModifiedUserID": "aa82c16e-aff3-47bf-a93d-ef8f0a6ca72c", "FeatureID": "4922393a-581e-4eb6-816f-031f4dfbbe97", "Token": "36ffa764-42a4-4d4f-b942-6f99c0391755", "Action": 0, "FilterText": "sample string 14", "CurrentIndex": 15, "PageSize": 16, "TotalRecords": 17, "SortColumn": "sample string 18", "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:
<UserViewModel 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">6</CompanyID> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2025-08-28T23:33:00.0369932+00:00</CreatedDate> <CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">59c7968f-1e38-466a-bacb-26bff6785d3a</CreatedUserID> <CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">15</CurrentIndex> <FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">4922393a-581e-4eb6-816f-031f4dfbbe97</FeatureID> <FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 14</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 7</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">2025-08-28T23:33:00.0369932+00:00</ModifiedDate> <ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">aa82c16e-aff3-47bf-a93d-ef8f0a6ca72c</ModifiedUserID> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">16</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 18</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">36ffa764-42a4-4d4f-b942-6f99c0391755</Token> <TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">17</TotalRecords> <AssignRoleList> <AssignRoleViewModel> <RoleID>6df3aa69-2374-442e-a446-bc749a42bd4b</RoleID> </AssignRoleViewModel> <AssignRoleViewModel> <RoleID>6df3aa69-2374-442e-a446-bc749a42bd4b</RoleID> </AssignRoleViewModel> </AssignRoleList> <Email>sample string 2</Email> <ID>53499444-0998-47fa-abe5-6dafd74a3a2c</ID> <LastApplicationAccessed>66bcb1a6-5221-43aa-be5b-1897a7ea5cd5</LastApplicationAccessed> <LastCompanyVisited>5</LastCompanyVisited> <PendingInvitation>true</PendingInvitation> <RoleID>61c166f9-76fe-4d8c-8b14-e0efc511cd21</RoleID> <UserID>9f22ed1c-a5de-441a-b0b0-09c8296c816c</UserID> <UserList> <AssignRoleUserViewModel> <Email>sample string 2</Email> <UserID>fbbf864f-4cfc-46f7-8f93-8cf904130608</UserID> </AssignRoleUserViewModel> <AssignRoleUserViewModel> <Email>sample string 2</Email> <UserID>fbbf864f-4cfc-46f7-8f93-8cf904130608</UserID> </AssignRoleUserViewModel> </UserList> </UserViewModel>
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.