From 8d245729eb1c9f911563263b406004bfa1bbb697 Mon Sep 17 00:00:00 2001 From: Dylan Stetts <131203492+dylanstetts@users.noreply.github.com> Date: Fri, 25 Apr 2025 12:37:42 -0400 Subject: [PATCH] Update site-post-permissions.md If the delegate user is not at minimum a site member, API will return 403 forbidden. Should clarify this in documentation. --- api-reference/v1.0/api/site-post-permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/site-post-permissions.md b/api-reference/v1.0/api/site-post-permissions.md index 997d028a9c9..e32039b73dc 100644 --- a/api-reference/v1.0/api/site-post-permissions.md +++ b/api-reference/v1.0/api/site-post-permissions.md @@ -27,7 +27,7 @@ Choose the permission or permissions marked as least privileged for this API. Us |Delegated (work or school account)|Sites.FullControl.All|Not available.| |Delegated (personal Microsoft account)|Not supported.|Not supported.| -> **Note:** In delegated workflows, the user must have an administrator role, such as SharePoint Administrator or higher. +> **Note:** In delegated workflows, the user must have an administrator role, such as SharePoint Administrator or higher. In addition, the delegated user running the API must be a member of the target SharePoint site. ## HTTP request