HomeGuidesAPI ReferenceChangelog
Terms of Use
API Reference

Users / Listing

Get all users

Query Params
filter
object
integer
Defaults to 1
deprecated

DEPRECATED - Sunset date: Mon, 01 Jun 2026

The page number to fetch (defaults to 1). Not used in cursor pagination.

This parameter is deprecated and will be removed on Mon, 01 Jun 2026.

Use cursor pagination instead for better performance and consistency. See the cursor parameter below for details.

integer
1 to 100
Defaults to 100

The numbers of items to return. Used in both page and cursor pagination to declare the page size.

string

The cursor to fetch the next page.

Do not construct this value manually. Use one of the following methods:

  • Use the value from the previous response's links.next to fetch the next page
  • Pass an empty string (e.g., ?cursor or ?cursor=) to initiate cursor pagination on the first page
include
array of strings
include
Responses

Language
Credentials
Bearer
API Token
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json