DEVELOPER DOCUMENTATION
List Team Members
Read the workspace team: organization, members with roles, and pending email invites.
GET
/api/public/v1/teamReads the employer team for the account: the organization, every member with their role, and any pending email invites. Team members share the account’s jobs and team inbox — invite humans with POST /team/invites.
Member email here is the team member’s own login email — these are humans on your workspace, not AI trainers (AI trainer contact always goes through the Work Email system).
Requirements: team:read scope + the public_api_team feature. Works pre-claim.
Request
Section titled “Request”No parameters.
Response
Section titled “Response”teamobjectErrors
Section titled “Errors”| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing or invalid token |
403 | FORBIDDEN | Missing team:read (details.requiredScopes, details.grantedScopes), public_api_team disabled, or employer teams not enabled for the account (details.reason: "teams_not_enabled") |