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
AnkitKukreja
1 year agoSuper User
Hi! sasdfasdfsad
You can access the workspace as an admin and review the "Access" tab in the workspace settings.