appwrite/docs/examples/1.5.x/server-graphql/examples/users/create-bcrypt-user.md
2025-04-22 17:02:33 +04:00

730 B

mutation { usersCreateBcryptUser( userId: "<USER_ID>", email: "email@example.com", password: "password", name: "" ) { _id _createdAt _updatedAt name password hash hashOptions registration status labels passwordUpdate email phone emailVerification phoneVerification mfa prefs { data } targets { _id _createdAt _updatedAt name userId providerId providerType identifier expired } accessedAt } }