Is it possible to have a query that gives user list that have access profiles granted via request center

Is it possible to have a query that gives user list that have access profiles granted via request center?

There is no Assigned and Detected concept in IdentityNow yet, we need to look into events.

1 Like

You can write a poweshell script that can give you all the request submitted from the system for the access profile .

you can add filter your PS to get the data like AP only , or particular access profile , or particular user etc ..

1 Like

Yes as @vishal_kejriwal1 suggested, you should build some script for this.

I used this API, to get all the completed approvals, maximum it gives 250 results, you can apply filters and iterate by increasing the offset values.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.