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

361 B

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