Forum Discussion
sasdfasdfsad
1 year agoAdvocate IV
Workspace Access Request: View pending requests API or query? (no reply email)
Is there anyway to view a list of the users who have requested access and are in the "pending" list for access to a report in a workspace? (EDIT: programatically, in a way I can have code parse the ...
- 1 year ago
Hi sasdfasdfsad
- Power BI REST API: Use GET /groups/{workspaceId}/users to list users in a workspace. Pending requests aren’t directly exposed, but you can manage user access and statuses.
- PowerShell: Use Get-PowerBIWorkspaceUser to list workspace users and filter by "Pending" status. You can automate email notifications using Send-MailMessage.
- Power Automate: Automate workflows by logging requests in a system (e.g., SharePoint) and sending emails via Power Automate.
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a "Kudos" 🙂
Kind Regards,
Poojara
Data Analyst | MSBI Developer | Power BI Consultant
Consider Subscribing my YouTube for Beginners/Advance Concepts: https://youtube.com/@biconcepts?si=04iw9SYI2HN80HKS
Anonymous
1 year agoNot applicable
Hi sasdfasdfsad
Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.