appwrite/docs/examples/1.7.x/server-graphql/examples/users/create.md
2025-05-18 02:28:12 +12:00

743 B

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