I would like to completely delete some users from my Org - by this I mean they should no longer even appear in the "Deleted Persons" category of the Users.
It seems possible to delete a single user by using the command:
gc -p <my-org> gdpr requests create --deleteConfirmed=true --file ./gdpr-request.json
using as input the file gdpr-request.json:
{
"requestType": "GDPR_DELETE",
"subject": {
"userId": "0208799d-b2cc-4a05-8760-bd522fd0fabc"
}
}
Is there any way to submit multiple userIds? I tried several different json requests, but if I do something like:
{
"requestType": "GDPR_DELETE",
"subject": {
"userId": "0208799d-b2cc-4a05-8760-bd522fd0fabc"
},
"requestType": "GDPR_DELETE",
"subject": {
"userId": "0208799d-b2cc-4a05-8760-bd522fd0fdef"
}
}
Then only the last ID is submitted for deletion...
#PlatformAdministration#Unsure/Other------------------------------
Andrew Appleton
Genesys - Employees
------------------------------