Skip to main content

StaffUpdate Object

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

Requires the MANAGE_STAFFpermission.

Triggers the following webhook events:

  • STAFF_UPDATED (async): A staff account was updated.
type StaffUpdate {
staffErrors: [StaffError!]! @deprecated
errors: [StaffError!]!
user: User
}

Fields

errors ● [StaffError!]!

user ● User

Show deprecated

Returned By

staffUpdate mutation