PUT api/User/EditUser
Request Information
URI Parameters
None.
Body Parameters
RegisterUserViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailId | string |
None. |
|
| Status | string |
None. |
|
| IsAdminRegisteration | boolean |
None. |
|
| UserProfile | UserProfile |
None. |
|
| AdditionalUserProperties | AdditionalUserProperties |
None. |
|
| UserRoles | Collection of UserRole |
None. |
|
| LinkedUsers | Collection of LinkedUsers |
None. |
|
| LinkedUserDetails | Collection of UserDashBoard |
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",
"IsAdminRegisteration": true,
"UserProfile": {
"UserId": "ca29ee03-9373-4611-84e4-fc74d34eb5c0",
"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:50:20.3502613-05:00",
"LastUpdatedBy": "ac1ff351-6fd0-4b89-9068-f98717fb524c"
},
"AdditionalUserProperties": {
"UserId": "aaa8e10f-0cb4-40f0-892b-95fe18bf6ecf",
"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:50:20.3502613-05:00",
"LastUpdatedBy": "273590c0-51eb-429b-8f14-508a075eb236"
},
"UserRoles": [
{
"UserRoleId": 1,
"UserId": "bc771dfe-fe17-491d-9acd-5459ae72d89e",
"RoleId": "2d4dca1a-dd19-4503-a510-05c274a91d79"
},
{
"UserRoleId": 1,
"UserId": "bc771dfe-fe17-491d-9acd-5459ae72d89e",
"RoleId": "2d4dca1a-dd19-4503-a510-05c274a91d79"
}
],
"LinkedUsers": [
{
"Id": 1,
"UserId": "4424c6a6-a39e-4af7-8dee-f796fb39e823",
"LinkedUserId": "988309f0-e01f-43b9-a95b-1a0e73d7c033"
},
{
"Id": 1,
"UserId": "4424c6a6-a39e-4af7-8dee-f796fb39e823",
"LinkedUserId": "988309f0-e01f-43b9-a95b-1a0e73d7c033"
}
],
"LinkedUserDetails": [
{
"UserId": "265f5295-f054-4fef-ae79-0a76e28aaa7d",
"EmailId": "sample string 2",
"FirstName": "sample string 3",
"MiddleName": "sample string 4",
"LastName": "sample string 5",
"Company": "sample string 6",
"Address": "sample string 7",
"CreatedDate": "2026-03-25T12:50:20.3552619-05:00",
"Status": "sample string 9"
},
{
"UserId": "265f5295-f054-4fef-ae79-0a76e28aaa7d",
"EmailId": "sample string 2",
"FirstName": "sample string 3",
"MiddleName": "sample string 4",
"LastName": "sample string 5",
"Company": "sample string 6",
"Address": "sample string 7",
"CreatedDate": "2026-03-25T12:50:20.3552619-05:00",
"Status": "sample string 9"
}
],
"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
}
]
}