appwrite/docs/examples/1.2.x/server-graphql/examples/users/create-argon2user.md

443 B

mutation { usersCreateArgon2User( userId: "[USER_ID]", email: "email@example.com", password: "password" ) { _id _createdAt _updatedAt name password hash hashOptions registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }