Skip to main content

List users

Returns a cursor-paginated list of users in your organization.
string
Opaque pagination cursor. Pass next_cursor from a previous response. Omit for the first page.
integer
default:"25"
Maximum items per page (1–100).
string
Filter by account status: active, inactive, or suspended.
string
Filter by department name (e.g., engineering).

Request

Response


User object

string
Unique user identifier (UUID).
string
Organization this user belongs to.
string
User’s email address.
string
User’s full name.
string
Department name. null if not assigned.
string
Role within the organization (e.g., member, admin).
string
Account status: active, inactive, or suspended. Suspended users have had their LLM access revoked via lockout.
string
ISO 8601 timestamp of the user’s most recent LLM activity. null if no activity recorded yet.
string
ISO 8601 creation timestamp.
string
ISO 8601 last-updated timestamp.
Combine this endpoint with GET /v1/usage — filter usage by user_id to get a per-user breakdown of token consumption.