Endpoint
Authentication
No authentication required.Request Body
string
required
Username of the account.
string
required
Password for the account.
Response
string
Unique identifier of the authenticated user.
string
Username of the authenticated user.
string | null
Email address if set, otherwise null.
string
User role, such as
"user" or "admin".boolean
Whether the account is currently disabled.