Endpoint
Authentication
Admin role required. Send the session cookie obtained from login, or includeAuthorization: Bearer <api-key>.
Response
array
Array of user objects.
string
Unique identifier of the user.
string
Username of the account.
string | null
Email address if set, otherwise null.
string
User role, such as
"user" or "admin".boolean
Whether the account is currently disabled.