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 CredentialsName | Type | Additional information | Description |
---|---|---|---|
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
boolResponse Formats
application/json, text/json
Sample:
true