Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Admin REST API for list of all workspace access and list of all item access

Currently, I use the admin package of semantic-link-labs in a pySpark Notebook to get Fabric metadata for governance purposes, like:

df_capacities = labs.admin.list_capacities()
df_tenant_settings = labs.admin.list_tenant_settings()
df_workspaces = labs.admin.list_workspaces()
df_items = labs.admin.list_items()
These commands are basically wrappers for the Fabric Admin REST API commands like List Items. Unfortunatly, there is no option to get a list of all items access or all workspace access in the Admin REST API. 
List Item Access Details for example needs to specify parameter for item and workspace. That's why we have to iterate and do a call per item, which is very ineffective. Same for workspaces.
Please remove the restriction and make the parameters optional to be able to get all access details for items and workspaces.
Please 
Status: New