mirror of
https://github.com/appwrite/appwrite
synced 2026-05-09 02:01:37 +00:00
427 B
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 } }