upsert_organizations

Upsert (create and/or update) one or more organizations.

Input fields

organizations ([OrganizationImport!]!)

An array of OrganizationUpsert objects to upsert. The limit is 2000 organizations.

Return fields

failed ([UpsertError!]!)

Detailed error information for UpsertItems that failed to upsert.

succeeded ([UpsertItem!]!)

UpsertItems that have been successfully upserted.