POST GetUser

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:
{
  "Parameters": {
    "AdminUserName": "superadmin@fake.com",
    "Password": "123456789",
    "UserName": "example@fake.com",
    "UserLogin": "somename"
  }
}

application/xml, text/xml

Sample:
<GetUserRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Parameters>
    <AdminUserName>superadmin@fake.com</AdminUserName>
    <Password>123456789</Password>
    <UserLogin>somename</UserLogin>
    <UserName>example@fake.com</UserName>
  </Parameters>
</GetUserRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.