List users

Retrieve a paginated list of users in your team.

Use Cases:

  • Display team directory
  • Populate user assignment dropdowns
  • Build user management interfaces
  • Generate team reports
  • Sync team members with external systems

Search & Filtering:

  • Use email to filter by email address (case-insensitive partial match)
  • Use name to filter by first name, last name, or full name (case-insensitive)
  • Use q for general search across email and name fields
  • Use senderEmail to filter by connected mailbox sender email (case-insensitive partial match)

Pagination:

  • Use offset and limit parameters for pagination
  • Default: 25 users per page, maximum 100
  • Results include team membership and role information
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Offset for pagination (default: 0)

integer

Items per page (default: 25, max: 100)

string

Filter by email address (case-insensitive partial match)

string

Filter by name (case-insensitive, matches first name, last name, or full name)

string

General search across email, first name, and last name (case-insensitive)

string

Filter by connected mailbox sender email address (case-insensitive partial match)

Responses

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