v1

latestOpenAPI 3.0.32026-07-17291237.2 KB
Authentication

User login

Authenticate user and create session

post/api/v3/login

Request body

usernamestring required
passwordstring password required

Example request

{
  "username": "user@example.com",
  "password": "securePassword123"
}

Response

Login successful

successboolean
redirectUrlstring uri

URL to redirect to after successful login (if applicable)

idstring uuid
usernamestring
fullNamestring
emailAddressstring
affiliationstring
profilePhotoUUIDstring uuid
isAdminboolean
organizationsobject[]