---
title: "PATCH /organizations/{id}/"
method: PATCH
path: "/organizations/{id}/"
tags: ["organizations"]
---

# PATCH /organizations/{id}/

`PATCH /organizations/{id}/`

Update partially an organization details.

## Request body

- object
  - `id` integer
  - `external_id` string, nullable — Id of the organization in the API consumer's systems
  - `name` string, required — Name of the organization
  - `description` string — Description of the organization
  - `logo` string, uri — Link to the organization logo
  - `creator` integer — User who created the organization
  - `owner` integer, nullable — Owner of the organization
  - `address` string — Address of the organization
  - `website` string — Website of the organization
  - `is_public` boolean — Whther the organization and its details are visible to all users
  - `is_visible` boolean — Whether an organization minimal details are visible to all users
  - `custom_fields` object — Organization values for custom fields defined in Manatal.
  - `created_at` string, date-time — Date at which the organization was created
  - `updated_at` string, date-time

## Response `200`

- object
  - `id` integer
  - `external_id` string, nullable — Id of the organization in the API consumer's systems
  - `name` string, required — Name of the organization
  - `description` string — Description of the organization
  - `logo` string, uri — Link to the organization logo
  - `creator` integer — User who created the organization
  - `owner` integer, nullable — Owner of the organization
  - `address` string — Address of the organization
  - `website` string — Website of the organization
  - `is_public` boolean — Whther the organization and its details are visible to all users
  - `is_visible` boolean — Whether an organization minimal details are visible to all users
  - `custom_fields` object — Organization values for custom fields defined in Manatal.
  - `created_at` string, date-time — Date at which the organization was created
  - `updated_at` string, date-time

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/versions/59053f2da83c/schema)
