---
title: "Organization Teams"
method: GET
path: "/organization/teams"
tags: ["Organization"]
---

# Organization Teams

`GET /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](https://fal.ai/docs/documentation) for more details.

## Response `200`

Organization teams retrieved successfully

- object — Response containing organization team details
  - `teams` object[], required — List of teams in the organization
    - `username` string, required — Team username/identifier (unique within the organization)
    - `name` string, required — Human-readable display name of the team
    - `is_org_root` boolean, required — True if this is the root organization team; false for sub-teams
    - `created_at` string, required — Team creation timestamp in ISO8601 format

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `403` — Access denied
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/fal/apis/platform-apis.md) · [All operations](https://skmtc.dev/fal/apis/platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fal/platform-apis/revisions/0c7dabf80b00/schema)
