POST api/AdminUsers/GetUser

AdmGetUser

Request Information

URI Parameters

None.

Body Parameters

GetUser
NameDescriptionTypeAdditional 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": "9cb3aa95-235c-4ea9-9ed9-bc598434e1c2",
  "UserActive": true,
  "CountryID": 1,
  "LanguageID": 1,
  "UserUUIDCur": "8901100d-619a-4920-976f-2d3028c9605a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]