Pending Access Request: Reassigning to Governance Group without re-submission

Hi,

We have an access profile that requires approval from both the ‘manager’ and the ‘Governance group’. A particular access request is currently pending, as there were no members in the ‘governance group’ when the request was initially submitted. After receiving approval from the manager, we discovered that there were no members in the governance group, resulting in the request being stuck in a pending state. Subsequently, we included members in the governance group. Is it possible to reassign the request to the governance group without having to submit a new access request?

Thanks

Hi

You could forward the access request to a new owner, then forward again to the governance group

forward-access-request | SailPoint Developer Community

2 Likes

@idnlearner ,
Are you familiar with the postman API collection for SailPoint ISC ?
Postman Collections | SailPoint Developer Community

Basically you need to do 3 step process.

  1. Make an API call to get all the pending access requests. (v3/access-request-approvals/pending) API call is helpful to get the pending access request you want to find.
  2. make a note of the access request id.
  3. call API to forward this access request to a user of Governance Group. (you need to have id of user or Governance group depending on to whom you require to forward the request. (v3/access-request-approvals/:approvalId/forward)

Let me know if you have any more questions.
Thanks,
Vaibhav

@jrossicare @vdivakar Thanks for the inputs!

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