Files
developer.sailpoint.com/docs/sailpoint-api-beta/access-requests.tag.mdx
philip-ellis-sp 81e13234bd created
2022-08-16 16:59:27 -04:00

32 lines
1.3 KiB
Plaintext

---
id: access-requests
title: Access Requests
description: Access Requests
---
Use this API to implement and customize access request functionality.
With this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.
This allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools.
In the Request Center in IdentityNow, users can view available applications, roles, and entitlements and request access to them.
If the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them.
Users can use My Requests to track and/or cancel the requests.
In My Team on the IdentityNow Home, managers can submit requests to revoke their team members' access.
They can use the My Requests tab under Request Center to track and/or cancel the requests.
Refer to the following link for more information about access requests.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```