Skip to main content
Version: 3.x

staffUpdate

Updates an existing staff user. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • STAFF_UPDATED (async): A staff account was updated.
staffUpdate(
id: ID!
input: StaffUpdateInput!
): StaffUpdate

Arguments

staffUpdate.id ● ID! non-null scalar

ID of a staff user to update.

staffUpdate.input ● StaffUpdateInput! non-null input

Fields required to update a staff user.

Type

StaffUpdate object

Updates an existing staff user. Apps are not allowed to perform this mutation.

Requires MANAGE_STAFFpermission.

Triggers the following webhook events:

  • STAFF_UPDATED (async): A staff account was updated.

Was this page helpful?