The Partner API can read elevation rules but can't modify them. We can audit and pull all elevation rules in a tenant, but have no way to make changes at scale — every edit has to be made one by one through the GUI.
Request: add PUT/PATCH /api/v1/elevation-rules/{id} behind a ruleEdit scope.
Today, /api/v1/elevation-rules is GET-only — no PUT, PATCH, or POST, and no /elevation-rules/{id} route at all. So a partner can enumerate a rule estate and detect problems programmatically, but can't act on anything it finds.
For an MSP with a few hundred clients, that's thousands of rules across a single AE tenant. When a mass change is needed, editing them one at a time quickly becomes impractical.