Files
appwrite/docs/examples/1.5.x/server-graphql/examples/users/create.md
T
2024-03-04 10:08:13 +01:00

723 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 } accessedAt } }