Login
POST
/users/login
Parameters
Query Parameters
include
Related objects to include in the response. See the description of return value for more details.
Typestring
Format
"JSON"Request Body
JSON
{
"username": "string",
"password": "string"
}
Responses
Body (JSON)
application/json
JSON
{
"id": "string",
"ttl": 1209600,
"scopes": [
"string"
],
"created": "string",
"userId": 0
}