The community is GDPR-enabled. As far as we are aware, the admin console is the only place where we are able to get the list of deleted user ids, but we do not have a chance to get at least the user ids via API. As part of our practice, we store all the data in our own database, but when we receive a request to close, the user details are anonymized in our database. There is another reason why we need to automate the process of deleting users from our database table, and to do so we will need an API call with at least the user id field in it.
... View more