Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId |
The user identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The user, if it exists.
Nano.UserName | Description | Type | Additional information |
---|---|---|---|
birthdate |
Gets or sets the birthdate. |
string |
None. |
firstName |
Gets or sets the first name. |
string |
None. |
generation |
Gets or sets the generation. |
string |
None. |
isActive |
Gets or sets a value indicating whether user is active. |
boolean |
None. |
isCurrent |
Gets or sets a value indicating whether user is current. |
boolean |
None. |
lastName |
Gets or sets the last name. |
string |
None. |
middleName |
Gets or sets the name of the middle. |
string |
None. |
nickName |
Gets or sets the nick name. |
string |
None. |
id |
Gets or sets the user identifier. |
integer |
None. |
pricingOrganization |
Gets or sets the pricing organization identifier. |
string |
None. |
appraisalOrders |
Gets or sets the appraisal order identifiers. |
Collection of integer |
None. |
communicationMethods |
Gets or sets the communication method identifiers. |
Collection of integer |
None. |
contacts |
Gets or sets the contact identifiers. |
Collection of integer |
None. |
createdAppConditions |
Gets or sets the created app conditions identifiers. |
Collection of integer |
None. |
createdAppTasks |
Gets or sets the created application task identifiers. |
Collection of integer |
None. |
endedAppConditions |
Gets or sets the ended app conditions identifiers. |
Collection of integer |
None. |
endedAppTasks |
Gets or sets the ended application task identifiers. |
Collection of integer |
None. |
fileHandles |
Gets or sets the file handle identifiers. |
Collection of integer |
None. |
heldAppraisalHolds |
Gets or sets the held appraisal hold identifiers. |
Collection of integer |
None. |
licenses |
Gets or sets the license identifiers. |
Collection of integer |
None. |
manualPriceAdjustments |
Gets or sets the manual price adjustment identifiers. |
Collection of integer |
None. |
organizations |
Gets or sets the organization identifiers. |
Collection of string |
None. |
permissions |
Gets or sets the permission identifiers. |
Collection of integer |
None. |
providers |
Gets or sets the provider identifiers. |
Collection of integer |
None. |
providerCredentials |
Gets or sets the provider credential identifiers. |
Collection of integer |
None. |
releasedAppraisalHolds |
Gets or sets the released appraisal hold identifiers. |
Collection of integer |
None. |
reservedAppraisalOrderDocuments |
Gets or sets the reserved appraisal order document identifiers. |
Collection of integer |
None. |
reviewedAppraisalOrderDocuments |
Gets or sets the reviewed appraisal order document identifiers. |
Collection of integer |
None. |
roles |
Gets or sets the id of role. |
Collection of integer |
None. |
startedAppConditions |
Gets or sets the started app conditions identifiers. |
Collection of integer |
None. |
startedAppTasks |
Gets or sets the started application task identifiers. |
Collection of integer |
None. |
underwritingDecisions |
Gets or sets the underwriting decision identifiers. |
Collection of integer |
None. |
verifications |
Gets or sets the verification identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{ "birthdate": "sample String 1", "firstName": "sample String 2", "generation": "sample String 3", "isActive": true, "isCurrent": true, "lastName": "sample String 6", "middleName": "sample String 7", "nickName": "sample String 8", "id": "9", "pricingOrganization": "sample String 10", "appraisalOrders": [ "1", "2" ], "communicationMethods": [ "1", "2" ], "contacts": [ "1", "2" ], "createdAppConditions": [ "1", "2" ], "createdAppTasks": [ "1", "2" ], "endedAppConditions": [ "1", "2" ], "endedAppTasks": [ "1", "2" ], "fileHandles": [ "1", "2" ], "heldAppraisalHolds": [ "1", "2" ], "licenses": [ "1", "2" ], "manualPriceAdjustments": [ 1, 2 ], "organizations": [ "sample String 1", "sample String 2" ], "permissions": [ "1", "2" ], "providers": [ "1", "2" ], "providerCredentials": [ "1", "2" ], "releasedAppraisalHolds": [ "1", "2" ], "reservedAppraisalOrderDocuments": [ "1", "2" ], "reviewedAppraisalOrderDocuments": [ "1", "2" ], "roles": [ 1, 2 ], "startedAppConditions": [ "1", "2" ], "startedAppTasks": [ "1", "2" ], "underwritingDecisions": [ "1", "2" ], "verifications": [ "1", "2" ] }
text/html
{"birthdate":"sample String 1","firstName":"sample String 2","generation":"sample String 3","isActive":true,"isCurrent":true,"lastName":"sample String 6","middleName":"sample String 7","nickName":"sample String 8","id":"9","pricingOrganization":"sample String 10","appraisalOrders":["1","2"],"communicationMethods":["1","2"],"contacts":["1","2"],"createdAppConditions":["1","2"],"createdAppTasks":["1","2"],"endedAppConditions":["1","2"],"endedAppTasks":["1","2"],"fileHandles":["1","2"],"heldAppraisalHolds":["1","2"],"licenses":["1","2"],"manualPriceAdjustments":[1,2],"organizations":["sample String 1","sample String 2"],"permissions":["1","2"],"providers":["1","2"],"providerCredentials":["1","2"],"releasedAppraisalHolds":["1","2"],"reservedAppraisalOrderDocuments":["1","2"],"reviewedAppraisalOrderDocuments":["1","2"],"roles":[1,2],"startedAppConditions":["1","2"],"startedAppTasks":["1","2"],"underwritingDecisions":["1","2"],"verifications":["1","2"]}
application/vnd.api+json
Sample not available.