---
title: "Update an organization"
method: PATCH
path: "/orgs/{identifier}"
tags: ["My Organizations"]
---

# Update an organization

`PATCH /orgs/{identifier}`

Updates an organization's profile fields. The caller (key owner) must be an organization owner or admin. Requires orgs.profile:read-write.

## Path parameters

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

## Request body

- UpdateOrgBody — Fields to update on the organization. All optional.
  - `name` string
  - `tag` string
  - `description` string
  - `isPublic` boolean
  - `profileVisibility` 'public' | 'limited' | 'private'

## Response `200`

Organization updated.

- UpdateOrgResponse
  - `success` true, required
  - `timestamp` string, required — Response generation time (ISO 8601).

## Other responses

- `400` — Bad request (invalid body, cursor, limit, or date).
- `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)
