Documentation Index
Fetch the complete documentation index at: https://docs.toktra.dev/llms.txt
Use this file to discover all available pages before exploring further.
List users
Returns a cursor-paginated list of users in your organization.Opaque pagination cursor. Pass
next_cursor from a previous response. Omit for the first page.Maximum items per page (1–100).
Filter by account status:
active, inactive, or suspended.Filter by department name (e.g.,
engineering).Request
Response
User object
Unique user identifier (UUID).
Organization this user belongs to.
User’s email address.
User’s full name.
Department name.
null if not assigned.Role within the organization (e.g.,
member, admin).Account status:
active, inactive, or suspended. Suspended users have had their LLM access revoked via lockout.ISO 8601 timestamp of the user’s most recent LLM activity.
null if no activity recorded yet.ISO 8601 creation timestamp.
ISO 8601 last-updated timestamp.