Sisense · Schema

Sisense User

A Sisense platform user with role-based access control.

AnalyticsBusiness IntelligenceDashboardsData ModelsEmbedded Analytics

Properties

Name Type Description
_id string Unique user identifier
email string User email address (used for login)
firstName string User first name
lastName string User last name
userName string Username for login
role string User platform role
groups array Group IDs the user belongs to
active boolean Whether the user account is active
created string Account creation timestamp
lastLogin string Most recent login timestamp
View JSON Schema on GitHub

JSON Schema

sisense-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developer.sisense.com/schemas/user",
  "title": "Sisense User",
  "description": "A Sisense platform user with role-based access control.",
  "type": "object",
  "properties": {
    "_id": {
      "type": "string",
      "description": "Unique user identifier"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "User email address (used for login)"
    },
    "firstName": {
      "type": "string",
      "description": "User first name"
    },
    "lastName": {
      "type": "string",
      "description": "User last name"
    },
    "userName": {
      "type": "string",
      "description": "Username for login"
    },
    "role": {
      "type": "string",
      "description": "User platform role",
      "enum": ["viewer", "designer", "analyst", "dataDesigner", "admin"]
    },
    "groups": {
      "type": "array",
      "description": "Group IDs the user belongs to",
      "items": {
        "type": "string"
      }
    },
    "active": {
      "type": "boolean",
      "description": "Whether the user account is active"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Account creation timestamp"
    },
    "lastLogin": {
      "type": "string",
      "format": "date-time",
      "description": "Most recent login timestamp"
    }
  },
  "required": ["_id", "email", "role"]
}

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

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sisense-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 email required.

A second provider on the same verified email joins the account you already have.