Team
List Team Members
List all team members in your workspace.
Requires an API key with
read_only or full_access scope.
Returns a paginated list of team members. Results are returned in pages of up to 50 members.
Query parameters
string
Filter by role. One of:
root, project_manager, ops_lead, pilot, client, all. Defaults to all members.string
Pagination cursor from a previous response. Omit for the first page.
Response
object[]
Array of team member objects.
number
Number of members in the current page.
string | null
Cursor for the next page.
null when there are no more results.