Sendbird User Structure
Structure documentation for the Sendbird User resource.
Sendbird User Structure is a JSON Structure definition published by Sendbird. It conforms to the http://json-schema.org/draft-07/schema# meta-schema.
Meta-schema: http://json-schema.org/draft-07/schema#
JSON Structure
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Sendbird User Structure",
"description": "Structure documentation for the Sendbird User resource.",
"type": "object",
"structure": {
"user_id": {
"type": "string",
"description": "Unique identifier for the user within the Sendbird application.",
"example": "user_12345"
},
"nickname": {
"type": "string",
"description": "Display name shown in chat.",
"example": "Jane Smith"
},
"profile_url": {
"type": "string",
"format": "uri",
"description": "URL of the user's profile image.",
"example": "https://example.com/avatars/jane.png"
},
"is_online": {
"type": "boolean",
"description": "Real-time online presence status.",
"example": true
},
"is_active": {
"type": "boolean",
"description": "Whether the user account is active (not deactivated).",
"example": true
},
"last_seen_at": {
"type": "integer",
"description": "Unix timestamp (ms) of last activity.",
"example": 1746172800000
},
"access_token": {
"type": "string",
"description": "Session access token for SDK authentication.",
"example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
},
"metadata": {
"type": "object",
"description": "Custom key-value metadata.",
"example": {"role": "support-agent", "department": "tier-1"}
},
"created_at": {
"type": "integer",
"description": "Unix timestamp (ms) when the user was created.",
"example": 1704067200000
}
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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
curl "https://apis.io/api/v1/json-structures/sendbird-user-structure"
curl "https://apis.io/api/v1/json-structures?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.