Dear Power Platform Community,
Has anyone found a way to generate a list of SharePoint Announcement Subscribers?
The Announcement web part enables Users to subscribe to alerts using the _layouts/15/subnew.aspx? URL. Information about the Announcement List can be retrieved using a Send an HTTP GET _api/Web/Lists call, where the guid (or GetByTitle) is that of the Announcement List. The returned data includes both a /Subscriptions element and a /RoleAssignments element. The former generates a promising-looking Microsoft.SharePoint.Webhooks.Subscription ID that then appears to be not valid. The latter generates a list of Users that then appears to be just a listing of our SharePoint Groups.
Presumably, SharePoint must record a list of Users whom it subsequently needs to alert when new announcements are posted. From an administrative point of view, we need to ensure that all our Users (who need to subscribe to our announcements) have subscribed. There does not appear to be a Power Automate SharePoint action for Users, and Power Automate O365 User actions do not cover SharePoint, so, the bottom line: does anyone know if a list of Announcement Subscribers can be retrieved using a Power Automate Send an HTTP request?