Docs

Update Organization

PUT /Organizations/{organizationId}

PUT/Organizations/{organizationId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Updates the display name of the organization. Also syncs the name to the linked Stripe customer record.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization to update.

Request Body

FieldTypeRequiredDescription
namestringRequiredNew display name for the organization.