I would like to have the ability to have user accounts in my Enterprise portal automatically disable after a set amount of inactivity. Right now I have to manually audit users once a year and deactivate the accounts that are inactive, then after a period of time fully delete them. This feels like a task that could and should be automated.
I'm assuming you're wanting an out of the box tool, but the Esri Python API can certainly accomplish what you're wanting.
I agree with @RyanUthoff , that sounds like a python script. If you have Notebook Server you could use the built-in scheduler to run the script once a week. Even if you're not a coder you could likely create a functioning script with the help of generative AI.
What do you currently do with the content users have created when deleting accounts? That may be the hardest part to code.
Bernie.
Thank you, @RyanUthoff and @berniejconnors , for sharing your insights. I also believe that utilizing a Task of ArcGIS Notebook Server would be beneficial in this context.
You can learn more about ArcGIS Notebook Server and its automated notebook execution through Tasks. We also provide several sample notebooks that may be of interest to you.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.