SharePoint List Item Comments

Glenn Maxwell 14,206 Reputation points
2026-09-27T19:47:52.4333333+00:00

Hi All,

I have the following requirement and would appreciate some guidance.

I am trying to add native comments to SharePoint list items programmatically, but I am currently unable to add comments to list items.

I have an Azure App Registration with the following Application (client) ID:

[Moderator note: personally identifiable Information removed]

I have configured the app with the Sites.Selected SharePoint application permission and granted the admin consent. I then accessed the following SharePoint page:

I entered the App ID and granted the following permission:

<AppPermissionRequests>
  <AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="Write" />
</AppPermissionRequests>

However, the application is still unable to add native comments to SharePoint list items.

Has anyone successfully configured an Azure App Registration with Sites.Selected to add native comments to SharePoint list items? If so, what additional API permission or SharePoint site-level permission is required?

Azure App Configuration
Azure App Configuration

An Azure service that provides hosted, universal storage for Azure app configurations.

0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.