Skip to main content
GET
Gets a paginated list of all users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

startCursor
string

The cursor to start fetching from

size
number
default:10

The number of items to fetch

Required range: x <= 100
Example:

10

email

The emails to filter by. This is purely an OR filter

Maximum array length: 20

Response

A list of users

results
object[]
required
total
number
required

The total number of items in your workspaces based on your search parameters

pageInfo
object
required

Information about the current page