Anonymizing deleted user data by using REST API
The section describes the REST API used to anonymize the deleted user accounts. You can use the REST API for anonymizing user accounts in bulk.
About this task
Procedure
Make a REST call with a list of usernames to the following endpoint:
PUT /users/anonymize You can provide the
list of user accounts within quotation marks like shown here: ["user1","user2","user3"]
The specified user accounts are anonymized.