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 isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--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
- JSON
- Text
- CSV
- Markdown
[
{
"DisplayName": "John",
"PrincipalName": "i:0#.f|membership|john@contoso.onmicrosoft.com",
"Rights": "View"
}
]
DisplayName PrincipalName Rights
----------- --------------------------------------------- ------
John i:0#.f|membership|john@contoso.onmicrosoft.com View
DisplayName,PrincipalName,Rights
John,i:0#.f|membership|john@contoso.onmicrosoft.com,View
# spo sitedesign rights list --siteDesignId "00281728-3bc1-41d3-92b6-8fc493dcf4cc"
Date: 2023-06-22
## John
Property | Value
---------|-------
DisplayName | John
PrincipalName | i:0#.f\|membership\|john@contoso.onmicrosoft.com
Rights | View
More information
- SharePoint site design and site script overview: https://learn.microsoft.com/sharepoint/dev/declarative-customization/site-design-overview