POST Login/Validate

Validate the user credentials based on the Authentication Credentials request model.

Request Information

URI Parameters

None.

Body Parameters

The Authentication Credentials request model.

Authentication Credentials
NameTypeAdditional informationDescription
Username string

None.

Password string

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2"
}

Response Information

Resource Description

bool

Response Formats

application/json, text/json

Sample:
true