appwrite/docs/examples/1.2.x/server-graphql/examples/users/create.md

367 B

mutation { usersCreate( userId: "[USER_ID]" ) { _id _createdAt _updatedAt name password hash hashOptions registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }