I can find directions for Confluence Server, but not for Cloud. We're wanting to archive spaces for dead accounts, and I can't find an easy way to do that.
Thanks!
You would have to use the REST API to do this. I created a workflow in tray.io that used the Get spaces endpoint to get a list of active personal spaces, I then got the user via the Get user endpoint and if the user was deactivated the space is being archived by setting the status to archived via the Update space endpoint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.