appwrite/docs/examples/1.6.x/client-graphql/examples/account/create.md
2024-12-17 11:58:25 +00:00

714 B

mutation { accountCreate( userId: "<USER_ID>", email: "email@example.com", 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 } }