Skip to content

Commit f93721d

Browse files
Merge pull request #172995 from markwahl-msft/mwahl-em-reqdel
EM: add remove of a request
2 parents 9c7e080 + f98bc07 commit f93721d

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

articles/active-directory/governance/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
href: entitlement-management-access-package-lifecycle-policy.md
9393
- name: Configure separation of duties
9494
href: entitlement-management-access-package-incompatible.md
95-
- name: View requests
95+
- name: View and remove requests
9696
href: entitlement-management-access-package-requests.md
9797
- name: Reprocess requests
9898
href: entitlement-management-reprocess-access-package-requests.md

articles/active-directory/governance/entitlement-management-access-package-requests.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: View requests for an access package in Azure AD entitlement management - Azure Active Directory
3-
description: Learn how to view requests for an access package in Azure Active Directory entitlement management.
2+
title: View and remove requests for an access package in Azure AD entitlement management - Azure Active Directory
3+
description: Learn how to view requests and remove for an access package in Azure Active Directory entitlement management.
44
services: active-directory
55
documentationCenter: ''
66
author: ajburnle
@@ -12,7 +12,7 @@ ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: how-to
1414
ms.subservice: compliance
15-
ms.date: 12/23/2020
15+
ms.date: 9/20/2021
1616
ms.author: ajburnle
1717
ms.reviewer:
1818
ms.collection: M365-identity-device-management
@@ -21,9 +21,9 @@ ms.collection: M365-identity-device-management
2121
#Customer intent: As an access package manager, I want detailed information about requests for access packages so that I can view the status and troubleshoot any issues.
2222

2323
---
24-
# View requests for an access package in Azure AD entitlement management
24+
# View and remove requests for an access package in Azure AD entitlement management
2525

26-
In Azure AD entitlement management, you can see who has requested access packages, their policy, and status. This article describes how to view requests for an access packages.
26+
In Azure AD entitlement management, you can see who has requested access packages, their policy, and status. This article describes how to view requests for an access package, and remove requests that are no longer needed.
2727

2828
## View requests
2929

@@ -39,8 +39,37 @@ In Azure AD entitlement management, you can see who has requested access package
3939

4040
![List of requests for an access package](./media/entitlement-management-access-package-requests/requests-list.png)
4141

42+
1. You can click on **Request History details** to see who approved a request, what their approval justifications were, and when access was delivered.
43+
44+
If you have a set of users whose requests are in the "Partially Delivered" or "Failed" state, you can retry those requests by using the [reprocess functionality](entitlement-management-reprocess-access-package-requests.md).
45+
46+
### View assignments with Microsoft Graph
47+
You can also retrieve requests for an access package using Microsoft Graph. A user in an appropriate role with an application that has the delegated `EntitlementManagement.Read.All` or `EntitlementManagement.ReadWrite.All` permission can call the API to [list accessPackageAssignmentRequests](/graph/api/accesspackageassignmentrequest-list?view=graph-rest-beta&preserve-view=true). You can supply a filter to indicate a specific access package, such as: `$expand=accessPackage&$filter=accessPackage/id eq '9bbe5f7d-f1e7-4eb1-a586-38cdf6f8b1ea'`. An application that has the application permission `EntitlementManagement.Read.All` or `EntitlementManagement.ReadWrite.All` permission can also use this API.
48+
49+
## Remove request (Preview)
50+
51+
You can also remove a completed request that is no longer needed. To remove a request:
52+
53+
1. In the Azure portal, click **Azure Active Directory** and then click **Identity Governance**.
54+
55+
1. In the left menu, click **Access packages** and then open the access package.
56+
57+
1. Click **Requests**.
58+
59+
1. Find the request you want to remove from the access package.
60+
61+
1. Select the Remove button.
62+
63+
> [!NOTE]
64+
> If you remove a completed request from an access package, this doesn't remove the active assignment, only the data of the request. So the requestor will continue to have access. If you also need to remove an assignment and the resulting access from that access package, in the left menu, click **Assignments**, locate the assignment, and then [remove the assignment](entitlement-management-access-package-assignments.md).
65+
66+
### Remove a request with Microsoft Graph
67+
68+
You can also remove a request using Microsoft Graph. A user in an appropriate role with an application that has the delegated `EntitlementManagement.ReadWrite.All` permission, or an application with that application permission, can call the API to [remove an accessPackageAssignmentRequest](/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta&preserve-view=true).
69+
4270
## Next steps
4371

72+
- [Reprocess requests for an access package](entitlement-management-reprocess-access-package-requests.md)
4473
- [Change request and approval settings for an access package](entitlement-management-access-package-request-policy.md)
4574
- [View, add, and remove assignments for an access package](entitlement-management-access-package-assignments.md)
4675
- [Troubleshoot requests](entitlement-management-troubleshoot.md#requests)

0 commit comments

Comments
 (0)