Login

Authenticates with Basic auth (or SSO) and returns the authenticated user together with a per-site auth token for each agent/client the user has access to.

HTTP Request

GET/users/public-api/login/

Example Response

{
"totp_status": "string",
"redirect": "string",
"agents": [],
"clients": []
}

Responses

200