Access Request Status Report

Hi Team,

Is there any way to get access request status of the requests made in the last 7 days for a specific AP.

Like whether it is completed or pending for approval with someone?

So that we can reach out for those approvals?

Hi @Deepanshu07

Did you get chance to look at below topics, which are similar request, i hope this will help you.

Hi @Deepanshu07

You can try the search query to get info about the access request status whether it’s pending or completed and then can download the report. e.g

action:"Access Request" AND "AppName" AND created:[now-7d TO now] AND status:"Pending" OR

action:"Access Request" AND "AppName" AND created:[now-7d TO now] AND status:"Complete"

Also, you can try the Access Request Administration feature to get some info by viewing details of an access request. You can filter the data by ‘Created Date’ and/or ‘Status’. There are some limitations e.g you can’t filter it for a specific app or you can’t download the data.

Hope this helps!