appwrite/docs/examples/1.6.x/server-graphql/examples/users/update-status.md
2024-12-11 19:15:29 +13:00

659 B

mutation { usersUpdateStatus( userId: "<USER_ID>", status: false ) { _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 } }