Salesforce Experience Cloud · Schema
Community User
Represents a user within an Experience Cloud site, including profile details, reputation, and community membership information.
CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique 18-character Salesforce user ID |
| username | string | Salesforce username (typically email format) |
| name | string | Full display name of the user |
| firstName | string | First name of the user |
| lastName | string | Last name of the user |
| displayName | string | Display name shown in the community (may be nickname) |
| communityNickname | string | Community-specific nickname for the user |
| string | Email address of the user | |
| title | string | Professional title of the user |
| companyName | string | Company or organization name |
| type | string | Type of user (e.g., Internal, Guest, External) |
| photo | object | User's profile photo URLs in various sizes |
| reputation | object | User's reputation information in the community |
| url | string | API resource URL for this user |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://developer.salesforce.com/schemas/experience-cloud/community-user.json",
"title": "Community User",
"description": "Represents a user within an Experience Cloud site, including profile details, reputation, and community membership information.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique 18-character Salesforce user ID"
},
"username": {
"type": "string",
"description": "Salesforce username (typically email format)"
},
"name": {
"type": "string",
"description": "Full display name of the user"
},
"firstName": {
"type": "string",
"description": "First name of the user"
},
"lastName": {
"type": "string",
"description": "Last name of the user"
},
"displayName": {
"type": "string",
"description": "Display name shown in the community (may be nickname)"
},
"communityNickname": {
"type": "string",
"description": "Community-specific nickname for the user"
},
"email": {
"type": "string",
"format": "email",
"description": "Email address of the user"
},
"title": {
"type": "string",
"description": "Professional title of the user"
},
"companyName": {
"type": "string",
"description": "Company or organization name"
},
"type": {
"type": "string",
"description": "Type of user (e.g., Internal, Guest, External)",
"enum": ["Internal", "Guest", "External", "ChatterFree", "ChatterExternal"]
},
"photo": {
"type": "object",
"description": "User's profile photo URLs in various sizes",
"properties": {
"fullEmailPhotoUrl": {
"type": "string",
"format": "uri",
"description": "Full-size photo URL for email"
},
"largePhotoUrl": {
"type": "string",
"format": "uri",
"description": "Large profile photo URL"
},
"smallPhotoUrl": {
"type": "string",
"format": "uri",
"description": "Small profile photo URL (thumbnail)"
},
"standardEmailPhotoUrl": {
"type": "string",
"format": "uri",
"description": "Standard-size photo URL for email"
}
}
},
"reputation": {
"type": "object",
"description": "User's reputation information in the community",
"properties": {
"reputationPoints": {
"type": "number",
"description": "Total reputation points earned"
},
"reputationLevel": {
"type": "object",
"description": "Current reputation level",
"properties": {
"levelLabel": {
"type": "string",
"description": "Display label for the reputation level"
},
"levelNumber": {
"type": "integer",
"description": "Numeric level value"
}
}
}
}
},
"url": {
"type": "string",
"format": "uri",
"description": "API resource URL for this user"
}
},
"required": ["id", "name"]
}
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-community-user"
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.