Skip to main content
GET
List members

Authorizations

Authorization
string
header
required

An identity bearer token for a person or your backend. Capabilities are per member, per workspace. This credential can manage the workspace and can never authorize an action as an agent.

Path Parameters

workspace_slug
string
required

Query Parameters

limit
integer
default:50

Page size. Defaults to 50, clamped to 1..200.

Required range: 1 <= x <= 200
starting_after
string<uuid>

The id of the last record on the previous page. An unknown or foreign id is ignored and returns the first page.

Response

A page of memberships, oldest first.

data
object[]
required
has_more
boolean
required

True when the page filled to the limit. A final page that exactly fills the limit still reports true; the next request returns an empty page.

next_cursor
string | null
required

Pass back as starting_after.