Is it possible to "disapprove" a list of users automatically through a script?
Is it possible to "disapprove" a list of users automatically through a script?
You can loop through your list and use the Users API to Update each user and set the AccountStatus to Disapproved.
You can loop through your list and use the Users API to Update each user and set the AccountStatus to Disapproved.
Thanks, Matt. We appreciate the quick response.