Oracle Essbase · Schema
Oracle Essbase User
An Oracle Essbase user account with role-based access control. Users are assigned service roles (User, Power User, or Service Administrator) and can belong to groups for simplified permission management.
AnalyticsBudgetingBusiness IntelligenceFinancial ConsolidationMulti-Dimensional DatabaseOLAPPlanning
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique user identifier used for login and API references. |
| name | string | User display name. Maximum 256 characters. Special characters not permitted: ; , = + * ? [ ] | < > \ " ' / space tab. |
| string | User email address for notifications and account recovery. | |
| password | string | User password. Write-only; not returned in API responses. |
| role | string | Service-level role determining the user's base permissions. User has read access. Power User can create and manage applications. Service Administrator has full administrative control. |
| token | string | Authentication token for the user session. |
| groups | array | List of group names the user belongs to. |
| links | array | HATEOAS navigation links. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "oracle-essbase-user-schema.json",
"title": "Oracle Essbase User",
"description": "An Oracle Essbase user account with role-based access control. Users are assigned service roles (User, Power User, or Service Administrator) and can belong to groups for simplified permission management.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique user identifier used for login and API references."
},
"name": {
"type": "string",
"description": "User display name. Maximum 256 characters. Special characters not permitted: ; , = + * ? [ ] | < > \\ \" ' / space tab.",
"maxLength": 256
},
"email": {
"type": "string",
"format": "email",
"description": "User email address for notifications and account recovery."
},
"password": {
"type": "string",
"description": "User password. Write-only; not returned in API responses."
},
"role": {
"type": "string",
"description": "Service-level role determining the user's base permissions. User has read access. Power User can create and manage applications. Service Administrator has full administrative control.",
"enum": ["User", "Power User", "Service Administrator"]
},
"token": {
"type": "string",
"description": "Authentication token for the user session."
},
"groups": {
"type": "array",
"description": "List of group names the user belongs to.",
"items": {
"type": "string"
}
},
"links": {
"type": "array",
"description": "HATEOAS navigation links.",
"items": {
"$ref": "#/$defs/Link"
}
}
},
"required": ["id"],
"$defs": {
"Link": {
"type": "object",
"description": "HATEOAS navigation link.",
"properties": {
"rel": {
"type": "string",
"description": "Link relation type."
},
"href": {
"type": "string",
"format": "uri",
"description": "Link URL."
},
"method": {
"type": "string",
"description": "HTTP method for this link."
},
"type": {
"type": "string",
"description": "Media type of the linked resource."
}
}
}
}
}
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/oracle-essbase-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.