Code0 LogoCode0

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.
mfaMfaInputThe data of the mfa validation
passwordStringNew password for the user.
passwordRepeatStringNew password repeat for the user to check for typos, required if password is set.
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.

On this page