Skip to main content

spo site admin remove

Removes a user or group as site collection administrator

Usage​

m365 spo site admin remove [options]

Options​

-u, --siteUrl <siteUrl>

The URL of the SharePoint site

--userId [userId]

The ID of the user to remove as a site collection admin

--userName [userName]

The user principal name of the user to remove as a site collection admin

--groupId [groupId]

The ID of the Microsoft Entra ID group to remove as a site collection admin

--groupName [groupName]

The name of the Microsoft Entra ID group to remove as a site collection admin

--asAdmin

If specified, we will use the SharePoint admin center to execute the command

-f, --force

Don't prompt for confirmation

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, permissions, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks​

info

To use this command with the --asAdmin mode, you have to have permissions to access the tenant admin site.

Without this parameter, you have to have site collection admin permissions for the requested site.

Examples​

Removes user as site collection admin

m365 spo site admin remove --siteUrl https://contoso.sharepoint.com --userId 600713c5-53c6-4f24-b454-3c35e22b2639

Removes group as site collection admin without prompting for confirmation as SharePoint Admin

m365 spo site admin remove --siteUrl https://contoso.sharepoint.com --groupName SP_Administrators --force --asAdmin

Response​

The command won't return a response on success.