Skip to main content

updateOrganizationSettings

form schema

Change organization-wide behavior settings.

Only the settings you provide are changed; omitted settings keep their current values. Requires the organization:manageSettings action.

updateOrganizationSettings(
organizationId: ID!
input: UpdateOrganizationSettingsInput!
): OrganizationPayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

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

Your organization's unique identifier.

updateOrganizationSettings.input ● UpdateOrganizationSettingsInput! non-null input {#input}

Change organization-wide behavior settings. Only the settings you provide are changed; omitted settings keep their current values.

Type

OrganizationPayload object