mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
32 lines
1.3 KiB
Plaintext
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}/>
|
|
```
|
|
|