Retrieve a paginated list of active users in the organization.
Only returns users who have accepted invitations and are active members.
For pending invitations, use GET /admin/invitations.
Documentation Index
Fetch the complete documentation index at: https://docs.asteragents.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token from Clerk authentication.
Must be from a user with org:admin role.
Number of results to return
1 <= x <= 500Number of results to skip for pagination
x >= 0Filter by organization role
org:admin, org:member Sort field and direction (prefix with - for descending, + for ascending)
"-created_at"
"+email"
"-last_sign_in_at"