Skip to main content

updateOrganization

form schema

Update mutable organization settings. Requires the organization:manage action.

updateOrganization(
organizationId: ID!
input: UpdateOrganizationInput!
): OrganizationPayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

updateOrganization.organizationId ● ID! non-null scalar {#organization-id}

Your organization's unique identifier.

updateOrganization.input ● UpdateOrganizationInput! non-null input {#input}

Update mutable settings on an organization. The identifier is fixed at creation and cannot be changed.

Type

OrganizationPayload object