GET api/Users/GetUser
Request Information
URI Parameters
None.
Body Parameters
GetUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Account | string |
Required Min length: 1 |
|
| ExternalId | string |
Required Min length: 1 |
Request Formats
application/json, text/json
Sample:
{
"Account": "sample string 1",
"ExternalId": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.