I was trying to find if there was a way to deactivate (or block) accounts after a certain amount of time has passed. For example. Deactivate (or block) the user 10 days after account creation, or after certain inactivity period.
I couldn’t find anything.
Is there an approach we can take to automatically disable/deactivate users?
Besides writing our own code that would query the API for user creation date and take measures appropriately.
Primarily thinking about users stored in DB hosted by Auth0.
Welcome to the Community! The only to do this today is by writing your own code. We’re looking at something similar: a script that deletes orphaned user accounts that did not complete our user onboarding process.