staffUpdate
Updates an existing staff user. Apps are not allowed to perform this mutation.
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 miscellaneous
ID of a staff user to update.
staffUpdate.input
● StaffUpdateInput!
non-null input users
Fields required to update a staff user.
Type
StaffUpdate
object users
Updates an existing staff user. Apps are not allowed to perform this mutation.
Triggers the following webhook events:
- STAFF_UPDATED (async): A staff account was updated.