Organization

Organization Teams

Returns the list of teams in your organization with their details.

Availability: This endpoint is available to enterprise customers with organizations enabled. Contact your account team or support@fal.ai to request access.

Must be called with an admin API key on the organization's root team.

Key Features:

  • List all teams within the organization
  • Identify the organization's root team via is_org_root
  • View team usernames and display names

See fal.ai docs for more details.

get/organization/teams

Response

Organization teams retrieved successfully

Example response

{
  "teams": [
    {
      "username": "acme-corp",
      "name": "Acme Corporation",
      "is_org_root": true,
      "created_at": "2024-01-15T10:30:00Z"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.