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": "40a1203a-8935-4c89-9b35-f472eb340965",
"UserActive": true,
"CountryID": 1,
"LanguageID": 1,
"UserUUIDCur": "8895b848-3627-4639-b721-9447992f360f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]