From c66b08fa3278ab7f3016da5a999c7dca65ab7579 Mon Sep 17 00:00:00 2001 From: Alex Anders <50784041+anders-alex@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:59:17 -0600 Subject: [PATCH] Update permissions-reference.md Th consentrequest.create perm shows the same verbiage as the "consentrequest.read" perm , and I do believe it should read that it allows the app to "create" a consent request, not just read the request. But if this is true and simply ambiguous, I also need to know that. --- concepts/permissions-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/permissions-reference.md b/concepts/permissions-reference.md index d75b1dd54dd..0645720bd2e 100644 --- a/concepts/permissions-reference.md +++ b/concepts/permissions-reference.md @@ -1918,7 +1918,7 @@ GET https://graph.microsoft.com/v1.0/servicePrincipals(appId='00000003-0000-0000 |--|--|--| | Identifier | - | f2143d35-9b4b-480d-951c-d083e69eeb2c | | DisplayText | - | Create consent requests | -| Description | - | Allows the app to read create consent requests on behalf of the signed-in user. | +| Description | - | Allows the app to create consent requests on behalf of the signed-in user. | | AdminConsentRequired | - | Yes | ---