SAP BI Tools · JSON Structure

Sap Bi Tools User Structure

SAP Analytics Cloud User - SCIM 2.0 user account for analytics platform access

Type: Properties: 0
AnalyticsBusiness IntelligenceData VisualizationReportingSAP

User is a JSON Structure definition published by SAP BI Tools.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "User",
  "description": "SAP Analytics Cloud User - SCIM 2.0 user account for analytics platform access",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unique user identifier assigned by the system" },
    { "name": "userName", "type": "string", "required": true, "description": "Login username (typically email or employee ID)" },
    {
      "name": "name",
      "type": "object",
      "required": false,
      "description": "User name components",
      "fields": [
        { "name": "givenName", "type": "string", "required": false, "description": "First name" },
        { "name": "familyName", "type": "string", "required": false, "description": "Last name" },
        { "name": "formatted", "type": "string", "required": false, "description": "Full formatted name" }
      ]
    },
    { "name": "displayName", "type": "string", "required": false, "description": "Display name shown in the UI" },
    {
      "name": "emails",
      "type": "array",
      "required": false,
      "description": "Email addresses",
      "items": {
        "fields": [
          { "name": "value", "type": "string", "required": true, "description": "Email address" },
          { "name": "primary", "type": "boolean", "required": false, "description": "Primary email flag" }
        ]
      }
    },
    { "name": "active", "type": "boolean", "required": false, "description": "Account active status" },
    {
      "name": "roles",
      "type": "array",
      "required": false,
      "description": "Assigned platform roles",
      "items": {
        "fields": [
          { "name": "value", "type": "string", "required": true, "description": "Role identifier" }
        ]
      }
    },
    {
      "name": "groups",
      "type": "array",
      "required": false,
      "description": "Team memberships",
      "items": {
        "fields": [
          { "name": "value", "type": "string", "required": true, "description": "Team identifier" },
          { "name": "display", "type": "string", "required": false, "description": "Team display name" }
        ]
      }
    }
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/sap-bi-tools-user-structure"
All json 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.