Anonymize inactive users in bulk

This guide explains how to anonymize inactive users in bulk and set up configuration on your end (logic).

Give access to the API to get the user data and search or anonymize any user.

 

To use this feature to detect and anonymize users automatically, please use our APIs for the detection and anonymization process, and set up scheduling for this API on your end.

 

POST ${base_url}/{contextPath}/rest/actonic-gdpr/2/tasks/-1/task/create-quick

JSON Body:

{

   "sourceUsers":["username1", "usernam2"],

   "targetUser":"targetUserName",

   "taskType":0

}

 

taskType = 0 - search, if taskType = 1 - anonymization

Postman example

How it will be displayed on the dashboard