User

Login

post/api/login

Request body

_idstring
passwordstring

Response

OK

validatedboolean

Example response

{
  "validated": true,
  "user": {
    "role": "role",
    "name": "name",
    "_id": "_id"
  }
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.