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

Path Parameters

string
required
Organization ID

Request Body

string
Organization name (1-255 characters)
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