Code0 LogoCode0

usersCreate

Admin-create a user.

Arguments

NameTypeDescription
adminBooleanAdmin status for the user.
clientMutationIdStringA unique identifier for the client performing the mutation.
emailString!Email for the user.
firstnameStringFirstname for the user.
lastnameStringLastname for the user.
passwordString!Password for the user.
passwordRepeatString!Password repeat for the user to check for typos.
usernameString!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 created user.

On this page