Passer au contenu principal
GET
Retrieve a paginated list of all team members

Autorisations

Authorization
string
header
requis

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

Paramètres de requête

take
integer
défaut:50

Maximum number of items to return per page. Defaults to 50. Maximum 50

Plage requise: 1 <= x <= 50
from
string

Checkpoint cursor for pagination; use the 'next' value from a previous response to fetch the next page

Réponse

A paginated list of team members

members
object[]
requis
next
string

Opaque cursor for next page; not sent if no more results