Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Remove Site Collection admin

(0) ShareShare
ReportReport
Posted on by 5

Hi!

 

What is the correct way to remove the site collection admin automatically (its not me, but another admin).

This only removes from the Owners group: 

PRobi_0-1708011114383.png

 

  • PRobi Profile Picture
    5 on at
    Re: Remove Site Collection admin

    Thanks @Expiscornovus ! The first option worked, the second one which have been better is not running trough just "working", after couple of minutes I have cancelled the workflow.

  • Verified answer
    Expiscornovus Profile Picture
    32,155 Most Valuable Professional on at
    Re: Remove Site Collection admin

    Hi @PRobi,


    Do you want to remove the user from the site? Or do you just want to remove the assigned site collection admin role? Those are two different use cases 😁

     

    Lets assume you only want to remove the role and keep the user. In that case try to set the IsSiteAdmin flag of the user.

     

    Below is an example

     

    URI

    _api/web/getuserbyid(10)

     

    Headers

    {
     "Accept": "application/json;odata=verbose",
     "Content-Type": "application/json;odata=verbose",
     "If-Match": "*",
     "X-HTTP-Method": "MERGE"
    }

     

    Body

    { 
    "__metadata":{ "type": "SP.User" }, 
    "IsSiteAdmin": false
     }

     

    issiteadmin_false.png

     

    However, if you want to remove the user, you can use the below instead.

     

    _api/web/siteusers/removebyid(10)

     

    removefromsiteusers.png

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1