---
title: "Update an organization"
method: PATCH
path: "/v1beta/organizations/{organization_id}"
tags: ["Organizations"]
---

# Update an organization

`PATCH /v1beta/organizations/{organization_id}`

Update an organization's display name.
 Authorization: Requires organization#administer permission (owner or admin).

## Path parameters

- `organization_id` string, required — Organization ID. Pattern: org_[0-9a-hjkmnp-tv-z]{26}

## Request body

- object — UpdateOrganizationRequest contains the fields to update on an organization.
  - `logo_image_url` string, uri, nullable — Optional logo image URL. nil = no change. Pass the URL returned by UploadOrganizationLogo.
  - `name` string, nullable — Optional new display name. nil = no change. Minimum 1 character.

## Response `200`

Success

- UpdateOrganizationResponse — UpdateOrganizationResponse contains the updated organization.
  - `organization` Organization, required — Organization represents a Factify organization.
    - `created_at` string, date-time, required — Timestamp when the organization was created.
    - `id` string, required — Unique ID for the organization. Pattern: org_[0-9a-hjkmnp-tv-z]{26}
    - `logo_image_url` string, nullable — Optional — organizations may not have a logo.
    - `name` string, required — Human-readable organization name.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

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