POST api/AdminUsers/GetUser
AdmGetUser
Request Information
URI Parameters
None.
Body Parameters
GetUser| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| UserActive | boolean |
None. |
|
| CountryID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "69c8e2ce-72be-4b26-96b8-c06d5623e135",
"UserActive": true,
"CountryID": 1,
"LanguageID": 1,
"UserUUIDCur": "6778542d-d542-438d-a111-c1475b7508c8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]