Skip to main content

Notifications

Power Automate - General Discussion
Answered

Get list of SharePoint files with unique permissions

Posted on by 827

Hello all,

 

I'm looking for a way to get a list of files with unique permissions in a given SharePoint library.  The same list that you would see if you went to "Library Settings" > "Permissions for this document library" and then click on the banner that says "Some items of this list may have unique permissions which are not controlled from this page. Show these items."

 

Does anyone know of an API endpoint that would produce this list?

 

Thanks.

  • smorley Profile Picture
    smorley 546 on at
    Re: Get list of SharePoint files with unique permissions

    I don't want to step on anyone's toes, but SharePoint sees a folder as a document, so if you test it, and you give a folder unique permission it should show up.

  • dereinhera Profile Picture
    dereinhera 2 on at
    Re: Get list of SharePoint files with unique permissions

    Hi, great solution. How could I enhance it that it also show the users who have the unique permission and also show it for folders and not only files?

     

    Best regards

    Ralf 

  • DEAFWING Profile Picture
    DEAFWING 3 on at
    Re: Get list of SharePoint files with unique permissions

    i was about to say the same thing - if you'v eworked on lists and libs for a while, it is common knowledge but it is documented in the api doc

  • Expiscornovus Profile Picture
    Expiscornovus 29,911 on at
    Re: Get list of SharePoint files with unique permissions

    Hi @Jronash,

     

    I have worked with SharePoint since its 2003 version, so that probably helps 😜

     

    But joking aside, some old documentation is in these kind of situations still useful. Some concepts like securing objects is still pretty similar as in older versions, ISecurableObject.HasUniqueRoleAssignments Property

  • Jronash Profile Picture
    Jronash 827 on at
    Re: Get list of SharePoint files with unique permissions

    Thanks @Expiscornovus - this works great.

     

    Out of curiosity, how did you know about the HasUniqueRoleAssignments attribute?  I'm always looking for good documentation.

  • Verified answer
    Expiscornovus Profile Picture
    Expiscornovus 29,911 on at
    Re: Get list of SharePoint files with unique permissions

    Hi @Jronash,

     

    You could use the HasUniqueRoleAssignments property and filter on items which have a true value for that property.

     

    Below is an example.

    Btw, I tried to apply the filter directly in the REST API request, but that did not seem to work. That is why I used a filter array action afterwards.

     

    Uri value for the Send an HTTP request to SharePoint action.

    _api/web/lists/getbytitle('Documents')/items?$select=FileLeafRef,HasUniqueRoleAssignments

     

    Expression for From field in Filter Array:

    outputs('Send_an_HTTP_request_to_SharePoint')?['body']['value']

     

    In the criteria I use:

    item()['HasUniqueRoleAssignments']

    is equal to true

     

    hasuniqueroleassignments.png

Helpful resources

Quick Links

Welcome to the Power Platform…

We are thrilled to unveil the newly-launched Power Platform Communities!…

Community Update Sept 16…

Power Platform Community Update…

Welcome to the new Power Platform Community!…

We are excited to announce our new Copilot Cookbook Gallery in the Community…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 140,745

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,355

Leaderboard

Featured topics