Skip to content

Create User

When the user is created and you do not set the email verified to true. A verification email will be send to the user. The user will not be able to sign in without the email being verified.

input : {
Email: String!
Password: String!
FirstName: String
LastName: String
EmailVerified: Boolean
}