PUT api/User/EdituserProfile
Request Information
URI Parameters
None.
Body Parameters
UserProfileViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailId | string |
None. |
|
| Status | string |
None. |
|
| UserProfile | UserProfile |
None. |
|
| AdditionalUserProperties | AdditionalUserProperties |
None. |
|
| UserRoles | Collection of UserRole |
None. |
|
| LinkedUsers | Collection of LinkedUsers |
None. |
|
| LastLogin | string |
None. |
|
| HasErrors | boolean |
None. |
|
| HasValidationErrors | boolean |
None. |
|
| Messages | Collection of ResponseMessage |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmailId": "sample string 1",
"Status": "sample string 2",
"UserProfile": {
"UserId": "7790bfc4-7bd0-43f7-bbd0-2ea2515a9f4c",
"FirstName": "sample string 1",
"MiddleName": "sample string 2",
"LastName": "sample string 3",
"Address": "sample string 4",
"City": "sample string 5",
"StateId": 6,
"Zip": "sample string 7",
"CellPhone": "sample string 8",
"HomePhone": "sample string 9",
"Fax": "sample string 10",
"Title": "sample string 11",
"Company": "sample string 12",
"AdditionalInfo": "sample string 13",
"Department": "sample string 14",
"LastUpdatedDate": "2026-03-25T12:53:03.2419077-05:00",
"LastUpdatedBy": "a0e47376-2570-4ec9-9a7f-6d1090542fc8"
},
"AdditionalUserProperties": {
"UserId": "78f10833-7a59-49cf-859c-94c230d02a81",
"LawFirm": "sample string 1",
"CustomerNumber": "sample string 2",
"SalesRep": "sample string 3",
"SalesRep2": "sample string 4",
"AgentName": "sample string 5",
"OfficeId": 1,
"AgentContact": "sample string 6",
"OriginatingOffice": "sample string 7",
"Underwriter": "sample string 8",
"ApprovedAttorneyExaminer": true,
"SpecialOrderPrice": "sample string 9",
"SpecialInstructions": "sample string 10",
"LastUpdatedDate": "2026-03-25T12:53:03.2419077-05:00",
"LastUpdatedBy": "a47712ac-7933-4f2e-a3c4-c16aa9245c6a"
},
"UserRoles": [
{
"UserRoleId": 1,
"UserId": "b2f7c03b-b32c-4299-b004-f534c5ad6d90",
"RoleId": "2c335844-79a0-48b5-b1bf-b8fe479e969f"
},
{
"UserRoleId": 1,
"UserId": "b2f7c03b-b32c-4299-b004-f534c5ad6d90",
"RoleId": "2c335844-79a0-48b5-b1bf-b8fe479e969f"
}
],
"LinkedUsers": [
{
"Id": 1,
"UserId": "a4b15f9e-16ce-4d24-8c35-84d32bdbba46",
"LinkedUserId": "9a11553d-b878-415d-a6aa-6f63f4a909a2"
},
{
"Id": 1,
"UserId": "a4b15f9e-16ce-4d24-8c35-84d32bdbba46",
"LinkedUserId": "9a11553d-b878-415d-a6aa-6f63f4a909a2"
}
],
"LastLogin": "sample string 3",
"HasErrors": false,
"HasValidationErrors": false,
"Messages": []
}
Response Information
Resource Description
ResponseBase| Name | Description | Type | Additional information |
|---|---|---|---|
| HasErrors | boolean |
None. |
|
| HasValidationErrors | boolean |
None. |
|
| Messages | Collection of ResponseMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"HasErrors": false,
"HasValidationErrors": false,
"Messages": [
{
"ExceptionThrown": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"ExceptionMessage": "Exception of type 'System.Exception' was thrown.",
"ExceptionStackTrace": null,
"ResponseCode": "sample string 3",
"Level": 0,
"Message": "sample string 4",
"Id": 5
},
{
"ExceptionThrown": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"ExceptionMessage": "Exception of type 'System.Exception' was thrown.",
"ExceptionStackTrace": null,
"ResponseCode": "sample string 3",
"Level": 0,
"Message": "sample string 4",
"Id": 5
}
]
}