How to obtain an Access Request id submitted via API?

Hi @jsosa,

The only way to get the access request status via API is by doing a GET Access request Status call. But to get the get the request details, you will need to pass the accountActivityItemId and there is no way of determining the exact ItemId pointing to the particular access request.

The requested-for or regarding-identity filters may not work if there are multiple requests submitted for a user.

You can take a look at the below thread with a similar discussion.