v16

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01720230.5 KB
Teams

List team invitations

get/team-invitations

Query parameters

team_idstring

The team ID to list invitations for. Required unless user_id is provided.

The team ID to list invitations for. Required unless user_id is provided.

user_idstring

List invitations sent to this user's verified emails. Must be "me" for client access. Cannot be combined with team_id.

List invitations sent to this user's verified emails. Must be "me" for client access. Cannot be combined with team_id.

Response

Successful response

Example response

{
  "items": [
    {
      "team_id": "ad962777-8244-496a-b6a2-e0c6a449c79e"
    }
  ],
  "pagination": {
    "next_cursor": "b3d396b8-c574-4c80-97b3-50031675ceb2"
  }
}