Skip to content

Users

users_users_list

List the end users of this product, newest first.

Tool

users_users_list

List the end users of this product, newest first.

List the end users of this product, newest first. Filter by an identifier/name substring and by status. Soft-deleted users are hidden unless `includeDeleted` is true. Paginate with the opaque `nextCursor`.

Behavior

HTTP
GET /users/users

Arguments

NameTypeRequiredDescription
limitstringPage size, 1-100. Default 25.
querystringCase-insensitive substring match against the user's identifiers (email) and name.
cursorstringOpaque cursor from a previous response's `nextCursor`. Omit for the first page.
statusstringFilter by status: 'active' (not banned, not waitlisted), 'banned', or 'waitlisted'. Omit for all.
includeDeletedbooleanInclude soft-deleted users. Default false — deleted users are hidden.
includeTestUsersbooleanInclude TEST USERS. Default false: a test user is a fixture, not a customer — it is excluded from metering and from this listing for the same reason. Ask for it explicitly when you are debugging the fixtures themselves.
includeWaitlistedbooleanInclude waitlist signups. Default false: a waitlisted row is somebody who ASKED to join and cannot sign in, so it is not part of the directory an operator browses. Use `status: "waitlisted"` to see only them, or `users_waitlist_list` for the funnel.

Response

FieldTypeAlwaysDescription
usersarray
nextCursorstring

Try it

List the end users of this product, newest first.

When to use

List the end users of this product, newest first. Filter by an identifier/name substring and by status. Soft-deleted users are hidden unless `includeDeleted` is true. Paginate with the opaque `nextCursor`.

Example

Ask your agent something like this:

List the end users of this product, newest first.

The agent will invoke users_users_list with these arguments:

{}

Esc

Start typing to search the docs.

navigateselect