Skip to main content
GET
Reads 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

No parameters.

Response

team
object

Errors

StatuscodeMeaning
401UNAUTHORIZEDMissing or invalid token
403FORBIDDENMissing team:read (details.requiredScopes, details.grantedScopes), public_api_team disabled, or employer teams not enabled for the account (details.reason: "teams_not_enabled")