spo brandcenter settings list
Lists the brand center configuration
Usage
m365 spo brandcenter settings list [options]
Options
-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 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.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| SharePoint | AllSites.Read |
| Resource | Permissions |
|---|---|
| SharePoint | Sites.Read.All |
Examples
List all brand center config
m365 spo brandcenter settings list
Response
- JSON
- Text
- CSV
- Markdown
{
"BrandColorsListId": "00000000-0000-0000-0000-000000000000",
"BrandColorsListUrl": {
"DecodedUrl": "https://contoso.sharepoint.com/sites/BrandGuide/_catalogs/brandcolors"
},
"BrandFontLibraryId": "23af51de-856c-4d00-aa11-0d03af0e46e3",
"BrandFontLibraryUrl": {
"DecodedUrl": "https://contoso.sharepoint.com/sites/BrandGuide/Fonts"
},
"IsBrandCenterSiteFeatureEnabled": true,
"IsPublicCdnEnabled": true,
"OrgAssets": {
"CentralAssetRepositoryLibraries": null,
"Domain": {
"DecodedUrl": "https://contoso.sharepoint.com"
},
"OrgAssetsLibraries": {
"OrgAssetsLibraries": [
{
"DisplayName": "Fonts",
"FileType": "",
"LibraryUrl": {
"DecodedUrl": "sites/BrandGuide/Fonts"
},
"ListId": "23af51de-856c-4d00-aa11-0d03af0e46e3",
"OrgAssetFlags": 0,
"OrgAssetType": 8,
"ThumbnailUrl": null,
"UniqueId": "00000000-0000-0000-0000-000000000000"
}
],
"Items": [
{
"DisplayName": "Fonts",
"FileType": "",
"LibraryUrl": {
"DecodedUrl": "sites/BrandGuide/Fonts"
},
"ListId": "23af51de-856c-4d00-aa11-0d03af0e46e3",
"OrgAssetFlags": 0,
"OrgAssetType": 8,
"ThumbnailUrl": null,
"UniqueId": "00000000-0000-0000-0000-000000000000"
}
]
},
"SiteId": "52b46e48-9c0c-40cb-a955-13eb6c717ff3",
"Url": {
"DecodedUrl": "/sites/BrandGuide"
},
"WebId": "206988d5-e133-4a24-819d-24101f3407ce"
},
"SiteId": "52b46e48-9c0c-40cb-a955-13eb6c717ff3",
"SiteUrl": "https://contoso.sharepoint.com/sites/BrandGuide"
}
BrandColorsListId : 00000000-0000-0000-0000-000000000000
BrandColorsListUrl : {"DecodedUrl": "https://contoso.sharepoint.com/sites/BrandGuide/_catalogs/brandcolors"}
BrandFontLibraryId : 23af51de-856c-4d00-aa11-0d03af0e46e3
BrandFontLibraryUrl : {"DecodedUrl":"https://contoso.sharepoint.com/sites/BrandGuide/Fonts"}
IsBrandCenterSiteFeatureEnabled: true
IsPublicCdnEnabled : true
OrgAssets : {"CentralAssetRepositoryLibraries":null,"Domain":{"DecodedUrl":"https://contoso.sharepoint.com"},"OrgAssetsLibraries":{"OrgAssetsLibraries":[{"DisplayName":"Fonts","FileType":"","LibraryUrl":{"DecodedUrl":"sites/BrandGuide/Fonts"},"ListId":"23af51de-856c-4d00-aa11-0d03af0e46e3","OrgAssetFlags":0,"OrgAssetType":8,"ThumbnailUrl":null,"UniqueId":"00000000-0000-0000-0000-000000000000"}],"Items":[{"DisplayName":"Fonts","FileType":"","LibraryUrl":{"DecodedUrl":"sites/BrandGuide/Fonts"},"ListId":"23af51de-856c-4d00-aa11-0d03af0e46e3","OrgAssetFlags":0,"OrgAssetType":8,"ThumbnailUrl":null,"UniqueId":"00000000-0000-0000-0000-000000000000"}]},"SiteId":"52b46e48-9c0c-40cb-a955-13eb6c717ff3","Url":{"DecodedUrl":"/sites/BrandGuide"},"WebId":"206988d5-e133-4a24-819d-24101f3407ce"}
SiteId : 52b46e48-9c0c-40cb-a955-13eb6c717ff3
SiteUrl : https://contoso.sharepoint.com/sites/BrandGuide
BrandColorsListId,BrandFontLibraryId,IsBrandCenterSiteFeatureEnabled,IsPublicCdnEnabled,SiteId,SiteUrl
00000000-0000-0000-0000-000000000000,23af51de-856c-4d00-aa11-0d03af0e46e3,1,1,52b46e48-9c0c-40cb-a955-13eb6c717ff3,https://contoso.sharepoint.com/sites/BrandGuide
# spo brandcenter settings list
Date: 12/1/2025
Property | Value
---------|-------
BrandColorsListId | 00000000-0000-0000-0000-000000000000
BrandFontLibraryId | 23af51de-856c-4d00-aa11-0d03af0e46e3
IsBrandCenterSiteFeatureEnabled | true
IsPublicCdnEnabled | true
SiteId | 52b46e48-9c0c-40cb-a955-13eb6c717ff3
SiteUrl | https://contoso.sharepoint.com/sites/BrandGuide