The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I was wondering if it would be possible to get all the groups and the users from PowerBi.
I know the REST API can give me the groups of a particular user and then I can use those groups to get all the users in that group. I want to know if it is possible to get all the groups that are in the tenant itself.
TIA!
Solved! Go to Solution.
@suryaramans wrote:
Hello,
I was wondering if it would be possible to get all the groups and the users from PowerBi.
I know the REST API can give me the groups of a particular user and then I can use those groups to get all the users in that group. I want to know if it is possible to get all the groups that are in the tenant itself.
TIA!
Yes, Power BI REST API could only return the groups of a particular user who's a member of.
Power BI groups are actually O365 groups, you could find all groups in the tenant by visiting https://portal.office.com/adminportal/home#/groups with a tenant admin account. The corrlated REST API should be a Graph API, check Operations on groups | Graph API reference
@suryaramans wrote:
Hello,
I was wondering if it would be possible to get all the groups and the users from PowerBi.
I know the REST API can give me the groups of a particular user and then I can use those groups to get all the users in that group. I want to know if it is possible to get all the groups that are in the tenant itself.
TIA!
Yes, Power BI REST API could only return the groups of a particular user who's a member of.
Power BI groups are actually O365 groups, you could find all groups in the tenant by visiting https://portal.office.com/adminportal/home#/groups with a tenant admin account. The corrlated REST API should be a Graph API, check Operations on groups | Graph API reference