Get site design rights
documentedList principals with access to a site design.
GET {site_url}/_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignUtility.GetSiteDesignRightsSite Designsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$site_url}}/_api/Microsoft.SharePoint.Utilities.WebTemplateExtensions.SiteDesignUtility.GetSiteDesignRights" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json;odata.metadata=minimal"