Skip to main content

StaffUpdateInput

No description

input StaffUpdateInput {
firstName: String
lastName: String
email: String
isActive: Boolean
note: String
addGroups: [ID!]
removeGroups: [ID!]
sellerId: ID
companyName: String
customFields: [AttributeValueInput!]
isStaff: Boolean @deprecated
passwordUrl: String
personalPhone: String
taxExemptCode: String
}

Fields

StaffUpdateInput.firstName ● String scalar

StaffUpdateInput.lastName ● String scalar

StaffUpdateInput.email ● String scalar

StaffUpdateInput.isActive ● Boolean scalar

StaffUpdateInput.note ● String scalar

StaffUpdateInput.addGroups ● [ID!] list scalar

StaffUpdateInput.removeGroups ● [ID!] list scalar

StaffUpdateInput.sellerId ● ID scalar

StaffUpdateInput.companyName ● String scalar

Company name of the staff member.

StaffUpdateInput.customFields ● [AttributeValueInput!] list input

Custom field values for the staff.

StaffUpdateInput.isStaff ● Boolean deprecated scalar

DEPRECATED

Staff update always produces a staff user, will be removed on January 15, 2026

Whether the user is a staff member.

StaffUpdateInput.passwordUrl ● String scalar

URL for password reset.

StaffUpdateInput.personalPhone ● String scalar

Personal phone number.

StaffUpdateInput.taxExemptCode ● String scalar

Tax exemption code.

Member Of

staffUpdate mutation

Was this page helpful?