Skip to content

usersUpdate

Update an existing user.

Arguments

NameTypeDescription
adminBooleanNew global admin status for the user.
clientMutationIdStringA unique identifier for the client performing the mutation.
emailStringNew email for the user.
firstnameStringNew firstname for the user.
lastnameStringNew lastname for the user.
userIdUserID!ID of the user to update.
usernameStringNew username for the user.

Fields

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
errors[Error!]!Errors encountered during execution of the mutation.
userUserThe updated user.