Skip to content

Commit c572a59

Browse files
authored
Merge pull request #207859 from FaithOmbongi/patch-1
Reference Microsoft Graph APIs for reviewing admin consent requests
2 parents 93ec993 + 107c1c5 commit c572a59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/active-directory/manage-apps/review-admin-consent-requests.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ To review the admin consent requests and take action:
4949
- **Deny the request**. To deny a request, you must provide a justification that will be provided to all requestors. Once a request is denied, all requestors are notified that they have been denied access to the application. Denying a request won't prevent users from requesting admin consent to the application again in the future.
5050
- **Block the request**. To block a request, you must provide a justification that will be provided to all requestors. Once a request is blocked, all requestors are notified they've been denied access to the application. Blocking a request creates a service principal object for the application in your tenant in a disabled state. Users won't be able to request admin consent to the application in the future.
5151

52+
## Review admin consent requests using Microsoft Graph
53+
54+
To review the admin consent requests programmatically, use the [appConsentRequest resource type](/graph/api/resources/userconsentrequest) and [userConsentRequest resource type](/graph/api/resources/userconsentrequest) and their associated methods in Microsoft Graph. You cannot approve or deny consent requests using Microsoft Graph.
55+
5256
## Next steps
5357
- [Review permissions granted to apps](manage-application-permissions.md)
5458
- [Grant tenant-wide admin consent](grant-admin-consent.md)

0 commit comments

Comments
 (0)