List activated features on site
How to list the activated features on a SharePoint Online site using a Power Automate flow.
URI
Headers
Body
Not applicable
Screenshot with example
Sample data
Site Address – https://contoso.sharepoint.com/sites/PowerUsers
Expected response
An array in the value property will be returned with the DefinitionId and DisplayName properties.
Copy/paste example
Resources
That’s it, Happy testing!
Thanks for your site info !
I went here when googling my trouble :
-> list all SP sub sites
for each sub site, get only groups that makes sense for the current sub site (e.g. modify, full control)
This is typically the content you use to share 🙂
So this query works like a charm in my browser : GET https://.sharepoint.com/sites///_api/Web/RoleAssignments?$expand=Member,RoleDefinitionBindings
And when tested in a MSFlow (with the same credentials), an error appears : AudienceUriValidationFailedException
Is this a limitation from MSFlow ?