disableUser
This mutation allows Enterprise Admins to disable users within their Enterprise. Query disableUser(name:”email address”) Disables the defined user based on the email address provided. Query can only be run by an Enterprise Administrator. Argument Type Description name String! The email address of the user to disable. Example Disabling a user…