Forum Discussion

joanna_ha's avatar
joanna_ha
Regular Visitor
2 years ago

Workspace description, domain, contact list information

Hi,

for one of the projects, I need to obtain the mentioned details of all Workspaces (description, domain, contact list) created in all capacities (both Premium and Shared/Pro), and integrate them into Power BI audit report.

How can I get such information in an automated way? Thank you for any advice and guidelines.

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi joanna_ha ,

    Start by using the endpoint to list all the workspaces in your Power BI environment. This endpoint allows you to retrieve information about both Premium and Shared/Pro capacities.

    To automate the extraction and integration process, consider using Power Automate. You can create a custom flow that periodically calls the Power BI REST API to fetch the latest workspace details and then integrates this data into your Power BI audit report.

    Below is the official link will help you:

    Groups - Get Group - REST API (Power BI Power BI REST APIs) | Microsoft Learn

    Best Regards,

    Xianda Tang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • joanna_ha's avatar
      joanna_ha
      Regular Visitor

      Hi,
      thank you for the suggestion. I tried this method and although it provides some useful information, it still does not provide the information I am looking for (domain name, workspace description, etc.). Any other ideas?

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hello joanna_ha 
    Did you find any way with this I am also trying to fetch this details through Rest API, but no luck