POST api/Account/GetUserDetails
Accepts username from body and returns user locator, if linked to driver, and if they can check in
Request Information
URI Parameters
None.
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOfUserDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | UserDTO |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.