How to automate sending email to users with 70 days inactivity and delete users after 90 days of inactivity?

Hi @linndaa - Welcome to AWS Quick Sight community and thanks for posting the question. There is NO out of the box solution exist for your requirement, however you can create a lambda function and using boto3 Quick Sight APIs , cloud trails and SNS you can communicate the users ( if they have not used Quick Sight for 90 days) via SNS and then for users who do not have any activity for 90 days, you can delete it.

Note - I have not tried this from my end but this is something you can explore using Quick Sight APIs

  1. Link for all Quick Sight API details:
  1. Find one such similar post - Quicksight login user track

Regards - Sanjeeb