Skip to main content

spo sitedesign rights list

Gets a list of principals that have access to a site design

Usage

m365 spo sitedesign rights list [options]

Options

-i, --siteDesignId <siteDesignId>

The ID of the site design to get rights information from

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, 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

If the specified siteDesignId doesn't refer to an existing site script, you will get a File not found error.

If no permissions are listed, it means that the particular site design is visible to everyone.

Examples

Get information about rights granted for the site design with ID 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a

m365 spo sitedesign rights list --siteDesignId 2c1ba4c4-cd9b-4417-832f-92a34bc34b2a

Response

[
{
"DisplayName": "John",
"PrincipalName": "i:0#.f|membership|john@contoso.onmicrosoft.com",
"Rights": "View"
}
]

More information

CTRL + M