Skip to main content
PUT
Update Organization
Updates an organization’s name or description. The authenticated user must be an organization admin.

Path Parameters

organizationId
string
required
Organization ID

Request Body

name
string
Organization name (1-255 characters)
description
string
Organization description (max 1000 characters, can be null to clear)

Example Request

Response

Returns the updated Organization object.

Error Responses

Organization Not Found

Forbidden

Code Examples