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 Automate / Remove Site Collection...
Power Automate
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

 

Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,874 Most Valuable Professional on at

    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

  • PRobi Profile Picture
    5 on at

    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.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 957

#2
Valantis Profile Picture

Valantis 847

#3
Haque Profile Picture

Haque 609

Last 30 days Overall leaderboard