Salesforce Experience Cloud · Schema
Experience Cloud Site
Represents a Salesforce Experience Cloud site (community) with its configuration, status, and access settings.
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique 18-character Salesforce identifier for the site |
| name | string | Display name of the Experience Cloud site |
| description | string | Description of the site's purpose |
| status | string | Current operational status of the site |
| urlPathPrefix | string | URL path prefix for the site, appended to the domain |
| siteUrl | string | Full URL of the Experience Cloud site |
| loginUrl | string | URL for the site login page |
| templateName | string | Name of the template used to create the site |
| allowChatterAccessWithoutLogin | boolean | Whether guest users can access Chatter content without logging in |
| allowMembersToFlag | boolean | Whether community members can flag content for moderation |
| invitationsEnabled | boolean | Whether site administrators can send invitations to join |
| knowledgeableEnabled | boolean | Whether the knowledgeable people feature is enabled |
| memberVisibilityEnabled | boolean | Whether members can see other members in the site |
| nicknameDisplayEnabled | boolean | Whether nicknames are displayed instead of full names |
| privateMessagesEnabled | boolean | Whether private messaging between members is enabled |
| reputationEnabled | boolean | Whether the reputation and points system is enabled |
| sendWelcomeEmail | boolean | Whether welcome emails are sent to new members |
| siteAsContainerEnabled | boolean | Whether the site-as-container feature is enabled for embedding |
| url | string | API resource URL for this site |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://developer.salesforce.com/schemas/experience-cloud/site.json",
"title": "Experience Cloud Site",
"description": "Represents a Salesforce Experience Cloud site (community) with its configuration, status, and access settings.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique 18-character Salesforce identifier for the site"
},
"name": {
"type": "string",
"description": "Display name of the Experience Cloud site",
"maxLength": 80
},
"description": {
"type": "string",
"description": "Description of the site's purpose"
},
"status": {
"type": "string",
"description": "Current operational status of the site",
"enum": ["Live", "Inactive", "DownForMaintenance", "UnderConstruction"]
},
"urlPathPrefix": {
"type": "string",
"description": "URL path prefix for the site, appended to the domain"
},
"siteUrl": {
"type": "string",
"format": "uri",
"description": "Full URL of the Experience Cloud site"
},
"loginUrl": {
"type": "string",
"format": "uri",
"description": "URL for the site login page"
},
"templateName": {
"type": "string",
"description": "Name of the template used to create the site"
},
"allowChatterAccessWithoutLogin": {
"type": "boolean",
"description": "Whether guest users can access Chatter content without logging in",
"default": false
},
"allowMembersToFlag": {
"type": "boolean",
"description": "Whether community members can flag content for moderation",
"default": false
},
"invitationsEnabled": {
"type": "boolean",
"description": "Whether site administrators can send invitations to join",
"default": false
},
"knowledgeableEnabled": {
"type": "boolean",
"description": "Whether the knowledgeable people feature is enabled",
"default": false
},
"memberVisibilityEnabled": {
"type": "boolean",
"description": "Whether members can see other members in the site",
"default": true
},
"nicknameDisplayEnabled": {
"type": "boolean",
"description": "Whether nicknames are displayed instead of full names",
"default": false
},
"privateMessagesEnabled": {
"type": "boolean",
"description": "Whether private messaging between members is enabled",
"default": false
},
"reputationEnabled": {
"type": "boolean",
"description": "Whether the reputation and points system is enabled",
"default": false
},
"sendWelcomeEmail": {
"type": "boolean",
"description": "Whether welcome emails are sent to new members",
"default": true
},
"siteAsContainerEnabled": {
"type": "boolean",
"description": "Whether the site-as-container feature is enabled for embedding",
"default": false
},
"url": {
"type": "string",
"format": "uri",
"description": "API resource URL for this site"
}
},
"required": ["id", "name", "status"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/salesforce-experience-cloud-site"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.