appwrite/docs/examples/1.4.x/server-graphql/examples/users/create-bcrypt-user.md
2023-08-30 11:20:26 +02:00

427 B

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