---
title: "Patch Organization In Federation"
method: PATCH
path: "/organizations/{organization_id}"
tags: ["Organization Management"]
---

# Patch Organization In Federation

`PATCH /organizations/{organization_id}`

## Path parameters

- `organization_id` string, uuid, required

## Request body

- PatchFederatedOrganizationRequest — Request model for patching an organization's name and/or external_id.
  - `name` string, nullable
  - `external_id` string, nullable

## Response `200`

Successful Response

- V1OrganizationResponse — Represents an organization response.
  - `id` string, uuid, required — The unique identifier of the Organization.
  - `name` string, nullable, required — The name of the Organization.
  - `domain_name` string, nullable, required — The domain name of the Organization.
  - `type` 'neobank' | 'community_bank' | 'credit_union' | 'regional_bank' | 'national_bank' | 'fintech' | 'smb_lender' | 'merchant_cash_advanced' | 'processor' | 'infrastructure' | 'other', required
  - `external_id` string, nullable, required — An external identifier for referencing the Organization using the ID from a namespace in an external system.
  - `webhooks_version` '0.8' | '1.0' | '2.0' | '2.0', required
  - `federation` V1FederationResponse, required — Represents a federation response.
    - `id` string, uuid, required — The unique identifier of the federation.
    - `name` string, nullable — The name of the federation.
    - `contact` V1ContactResponse — Represents a contact response.
      - `id` string, uuid, required — The unique identifier of the contact.
      - `name` string, nullable — The name of the contact.
      - `email` string, nullable — The email of the contact.
  - `applications` V1ApplicationResponse[], required — The Applications belonging to the Organization.
    - `id` string, uuid, required — The unique identifier of the application.
    - `name` string, nullable — The name of the application.
    - `type` 'sandbox' | 'production', required
    - `enabled` boolean, required — Whether or not the application is enabled for access via the API and Console.
    - `external_id` string, nullable — An identifier for referencing the application in an external namespace.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/baselayer/apis/baselayer-api-service.md) · [All operations](https://skmtc.net/baselayer/apis/baselayer-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselayer/baselayer-api-service/revisions/0cc89938bc26/schema)
