web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How can I see which ap...
Power Apps
Answered

How can I see which apps have been shared with a particular user?

(0) ShareShare
ReportReport
Posted on by
The solution provided in https://community.powerplatform.com/forums/thread/details/?threadid=1ecdf37b-8437-4577-bf6e-94800b65cd20 does not work for me, my Power Apps admin screen does not match what is shown in the screenshot  (Admin View) and I cannot find how to change it so I can follow the given steps, can anyone assist? From my Power Apps screen I cannot see a Users pane at all, the only way to see users is when I can select users to share an app with. I can share apps with users and set their roles but I cannot see which apps have been shared with a particular user unless I look at each ap to see if it has already been shared.
 
Thanks!
 
Matt
 

.
 
Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,838 Most Valuable Professional on at
     
    I believe that the Power Platform Centre of Excellence Start Kit has this functionality. Also the Setup guide is useful. 
     
    I also found the below with a bit of searching - PowerShell script that appears useful, but not sure.
    Get-AdminPowerApp | ForEach-Object {
        $app = $_
        Get-AdminPowerAppRoleAssignment -AppName $app.AppName |
            Where-Object { $_.PrincipalEmail -eq "user@domain.com" } |
            Select @{
                Name = "AppName"
                Expression = { $app.DisplayName }
            }, PrincipalEmail, RoleType
    }
     
    Please ✅ Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn  

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard