cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any feature available that removes inactive users ?

former_member614659
Participant
0 Kudos

Hello Experts,

We are trying to create job to delete users who are inactive for a long time.

In my case we don't want to store users who haven't confirmed their subscription and confirmation pending for a long time

There is only one deleter ( hybris marketing ) we can see in Data flow.

datasource.delete is mentioned in gigya documentation but couldn't find it in data flow builder.

Is there any way, that we can schedule jobs to remove users who are inactive.

Currently we know only one way to automate user deletion process is, Use deletion APIs and provide them potential inactive user list. 🙂

Thanks,

Rohit

Accepted Solutions (0)

Answers (1)

Answers (1)

spu230479
Participant

Hi Rohit,

The way we've always recommended doing this in the past is using our IdentitySync ETL flows. You can identify accounts that will be in scope for deletion and use this list with the datasource.write.gigya.generic component. With this component you are able to call any of the customer data cloud API's including the account.delete API.

Thanks

Stephen