---
title: "Get an organization profile"
method: GET
path: "/orgs/{identifier}"
tags: ["Organizations"]
---

# Get an organization profile

`GET /orgs/{identifier}`

Returns an API-safe organization profile projection. Active organization members are treated as public visibility for their own organization. Requires orgs.profile:read.

## Path parameters

- `identifier` string, required — Organization slug or Convex organization ID.

## Response `200`

Organization profile.

- object — Envelope containing organization plus a response timestamp.
  - `organization` ApiOrganizationProfile, required — API-safe organization profile.
    - `id` string, required — Organization ID.
    - `slug` string, nullable
    - `name` string, required — Organization name.
    - `tag` string, nullable
    - `avatarUrl` string, nullable
    - `visibility` 'public' | 'limited' | 'private' — Public profile visibility setting.
    - `description` string, nullable
    - `bannerUrl` string, nullable
    - `isVerified` boolean
    - `isMember` boolean, required
    - `memberCount` integer
    - `teamCount` integer
    - `wins` integer
    - `losses` integer
    - `draws` integer
    - `matchesPlayed` integer
    - `createdAt` string, nullable, required — ISO 8601 timestamp.
  - `timestamp` string, required — ISO 8601 timestamp.

## Other responses

- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `429` — Rate limited.
- `500` — Internal server error.

---

[API](https://skmtc.net/teambattles/apis/teambattles-api.md) · [All operations](https://skmtc.net/teambattles/apis/teambattles-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teambattles/teambattles-api/versions/2ffe8fb53b7d/schema)
