Skip to main content
Retrieve a list of all user accounts registered on Aria Compute ROUTER. This endpoint is restricted to admin users and returns a collection of user objects containing identity and status fields.

Endpoint

Authentication

Admin role required. Send the session cookie obtained from login, or include Authorization: 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.