---
title: "Update the organization"
method: PATCH
path: "/organization"
tags: ["Organization"]
---

# Update the organization

`PATCH /organization`

## Request body

- object
  - `name` string, required

## Response `200`

The updated organization name and onboarding state

- object
  - `organizationName` string, required
  - `onboarding` object, required
    - `postSignupRequired` boolean, required
    - `organizationNameRequired` boolean, required
    - `nonCustodialTermsRequired` boolean, required
    - `nonCustodialWalletSecurityRequired` boolean, required
    - `passkeyWalletSecurityAvailable` boolean, required

---

[API](https://skmtc.dev/catena/apis/catena-api.md) · [All operations](https://skmtc.dev/catena/apis/catena-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/catena/catena-api/revisions/f0a9c99d458d/schema)
