Capability to only view Access requests

Hi all,

Is there a Capability that we can utilize to just give access to View Access Requests?

Thanks in advance

Hi @rishavghoshacc,

The ViewIdentityRequest user rights grant access to view Access Requests from the intelligence menu. You can create a capability and include the ViewIdentityRequest user rights within it.

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Capability PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<Capability created="" displayName="view Identity Request" id="" modified="" name="viewAccessRequest">
  <Description>view the Access Request</Description>
  <RightRefs>
    <Reference class="sailpoint.object.SPRight" id="" name="ViewIdentityRequest"/>
  </RightRefs>
</Capability>
1 Like

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