List users
List users in the account with cursor-based pagination. Results are sorted by creation date ascending (oldest first).
Requires account admin role, account member role, or USER_READ permission at the account level.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Query Parameters
Maximum items to return
1 <= x <= 100Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.
Filter users by email address (case-insensitive partial match, up to 255 characters). Results are scoped to users visible to the caller.
255Filter users by account status. When omitted, active, invited, and expired users are returned.
Can be specified multiple times to filter by multiple statuses (e.g., ?status=active&status=invited).
Current status of the user in the account.
active: User has verified their email and can access the platform.invited: User has been invited and their verification token is still valid.expired: User was invited but their verification token has expired or is missing. A new invite is required.
active, invited, expired