POST GetUserExist

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "user": "sample string 1",
  "token": "sample string 2",
  "function": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<GetUserExistsRequest>
  <token>sample string 2</token>
  <function>AddCleanBag</function>
  <user>sample string 1</user>
</GetUserExistsRequest>

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "valid": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<GetUserExistsResponse>
  <valid>true</valid>
  <message>sample string 2</message>
</GetUserExistsResponse>