Would like to be able enforce the users can request.
As well as add / enforce the user/group selected for who receives the consent requests.


Can be set by Graph API Put request
https://graph.microsoft.com/v1.0/policies/adminConsentRequestPolicy
{
"isEnabled": true,
"notifyReviewers": true,
"remindersEnabled": false,
"requestDurationInDays": 30,
"reviewers": [
{
"query": "/users/<User ID> ",
"queryType": "MicrosoftGraph"
}
]
}
Comments (3 comments)