Is there a way to bulk delete users?

Question: Is there a way to bulk delete users?

Answer:

Unfortunately, there is not a way to bulk delete users. A script can be made that would select the users that are to be removed by calling the user endpoints from the Management API, and then use those ids to delete, one by one, using the delete endpoint. If you are deleting a large number of users you may need to try spacing out the delete requests or doing so in smaller batches.

5 Likes