Home > OS >  Rest API to get Subscription's Classic Administrators
Rest API to get Subscription's Classic Administrators

Time:12-07

I use below rest API to get all other role assignments but i am not finding one for Classic administrators. Can someone

"https://management.azure.com/subscriptions/{SubscriptionID}/providers/Microsoft.Authorization/roleAssignments?api-version=2018-09-01-preview"

CodePudding user response:

Got it. I was able to find the Rest API here

  • Related