Skip to main content
GET
List Users

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

Query Parameters

cursor
string

Opaque cursor from the previous page.

limit
integer

Page size from 1 to 100. Defaults to 50.

Case-insensitive email or name search.

status
enum<string>

Filter by access state.

Available options:
active,
disabled

Response

A page of app users.

items
object[]
required
nextCursor
string | null
required