POST api/Account/GetUser
Request Information
URI Parameters
None.
Body Parameters
UserModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"UserName": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ICustomerObj| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | string |
None. |
|
| IsLockedOut | boolean |
None. |
|
| Id | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| EmailAddress | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| IdentificationNumber | string |
None. |
|
| Country | string |
None. |
|
| PhoneNumber | string |
None. |
|
| PostalCode | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.