Skip to main content
GET
List Team Members
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Retrieve team members associated with the vendor account. Supports cursor-based pagination and free-text search.

Use Cases

  • Display a team management UI
  • Search for specific team members by name or email
  • Audit team access and permissions

Query Parameters

Free-text search across name and email. Maximum 200 characters.
number
Number of records to return from the start. Used with after for forward pagination.
string
Cursor for forward pagination. Use the endCursor from the previous response.
number
Number of records to return from the end. Used with before for backward pagination.
string
Cursor for backward pagination. Use the startCursor from the previous response.

Response

200

Example