---
title: "POST /organization.update"
method: POST
path: "/organization.update"
tags: ["organization"]
---

# POST /organization.update

`POST /organization.update`

## Request body

- object
  - `organizationId` string, required
  - `name` string, required
  - `logo` string
  - `defaultRole` string, nullable

## Response `200`

Successful response

- object

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

## Changes

- **2026-08-15** `8d66aacade7f` — 1 info
  - added the new optional request property `defaultRole`

[Change history](https://skmtc.dev/dokploy/apis/dokploy-api/changes/organization.update/post.md)

---

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