Organization

Updates the given organization's provided fields.

Only the fields present in the body are changed, and only those the caller may change. An auto-join domain is rejected when it is malformed or already claimed by another organization; enabling auto-join without a claimed domain is rejected as well.

patch/organizations/{organizationId}

Path parameters

organizationIdstring required

The id of the organization to update.

Request body

namestring

The new human-readable name, if changing it.

autoJoinDomainstring nullable

The email domain to claim for auto-join, or null to release the claim. New customers who sign up with a confirmed email on this domain join this organization instead of getting a personal one, once auto-join is enabled. Existing customers are never moved.

autoJoinEnabledboolean

Whether to auto-join new customers signing up on the claimed domain.

Response

No Content

Changes