Skip to main content
GET
Retrieve a paginated list of all team members

承認

Authorization
string
header
必須

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

クエリパラメータ

take
integer
デフォルト:50

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

必須範囲: 1 <= x <= 50
from
string

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

レスポンス

A paginated list of team members

members
object[]
必須
next
string

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