POST
/
v1
/
auth
/
login
{
  "token": "<string>",
  "mfaTempToken": "<string>",
  "requireResetPassword": true,
  "user": {
    "name": "<string>",
    "state": "STATE_UNSPECIFIED",
    "email": "<string>",
    "title": "<string>",
    "userType": "USER_TYPE_UNSPECIFIED",
    "mfaEnabled": true,
    "mfaSecret": "<string>",
    "recoveryCodes": [
      "<string>"
    ],
    "phone": "<string>",
    "profile": {
      "lastLoginTime": "2023-11-07T05:31:56Z",
      "lastChangePasswordTime": "2023-11-07T05:31:56Z",
      "source": "<string>"
    }
  }
}

Body

application/json

Response

200
application/json

OK

The response is of type object.