SAP BI Tools · Schema
SAP Analytics Cloud User
A user record conforming to SCIM 2.0 protocol for SAP Analytics Cloud. Contains user profile attributes, roles, and team memberships.
AnalyticsBusiness IntelligenceData VisualizationReportingSAP
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier assigned to the user |
| userName | string | The login username for the user |
| name | object | The user's name components |
| displayName | string | The display name of the user |
| emails | array | Email addresses for the user |
| active | boolean | Whether the user account is active |
| roles | array | Roles assigned to the user |
| groups | array | Teams the user belongs to |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/sap-bi-tools/json-schema/sap-bi-tools-user-schema.json",
"title": "SAP Analytics Cloud User",
"description": "A user record conforming to SCIM 2.0 protocol for SAP Analytics Cloud. Contains user profile attributes, roles, and team memberships.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique identifier assigned to the user"
},
"userName": {
"type": "string",
"description": "The login username for the user"
},
"name": {
"type": "object",
"description": "The user's name components",
"properties": {
"givenName": {
"type": "string",
"description": "The first name of the user"
},
"familyName": {
"type": "string",
"description": "The last name of the user"
},
"formatted": {
"type": "string",
"description": "The full formatted name of the user"
}
}
},
"displayName": {
"type": "string",
"description": "The display name of the user"
},
"emails": {
"type": "array",
"description": "Email addresses for the user",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string",
"format": "email",
"description": "The email address"
},
"primary": {
"type": "boolean",
"description": "Whether this is the primary email"
}
}
}
},
"active": {
"type": "boolean",
"description": "Whether the user account is active"
},
"roles": {
"type": "array",
"description": "Roles assigned to the user",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "The role identifier"
}
}
}
},
"groups": {
"type": "array",
"description": "Teams the user belongs to",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "The team identifier"
},
"display": {
"type": "string",
"description": "The team display name"
}
}
}
}
},
"required": ["userName"]
}
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/sap-bi-tools-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.