SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Users

SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Users. 2 operations. Lead operation: SAP Business Intelligence List users. Self-contained Naftiko capability covering one Sap Bi business surface.

Run with Naftiko Sap BiUsers

What You Can Do

GET
Listusers — SAP Business Intelligence List users
/v1/users
GET
Getuser — SAP Business Intelligence Get a user
/v1/users/{userid}

MCP Tools

sap-business-intelligence-list-users

SAP Business Intelligence List users

read-only idempotent
sap-business-intelligence-get-user

SAP Business Intelligence Get a user

read-only idempotent

Capability Spec

businessobjects-platform-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Users
  description: 'SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Users. 2 operations. Lead operation:
    SAP Business Intelligence List users. Self-contained Naftiko capability covering one Sap Bi business surface.'
  tags:
  - Sap Bi
  - Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SAP_BI_API_KEY: SAP_BI_API_KEY
capability:
  consumes:
  - type: http
    namespace: businessobjects-platform-users
    baseUri: https://{server}:{port}/biprws
    description: SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Users business capability. Self-contained,
      no shared references.
    resources:
    - name: users
      path: /users
      operations:
      - name: listusers
        method: GET
        description: SAP Business Intelligence List users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: users-userId
      path: /users/{userId}
      operations:
      - name: getuser
        method: GET
        description: SAP Business Intelligence Get a user
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-SAP-LogonToken
      value: '{{env.SAP_BI_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: businessobjects-platform-users-rest
    port: 8080
    description: REST adapter for SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Users. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/users
      name: users
      description: REST surface for users.
      operations:
      - method: GET
        name: listusers
        description: SAP Business Intelligence List users
        call: businessobjects-platform-users.listusers
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{userid}
      name: users-userid
      description: REST surface for users-userId.
      operations:
      - method: GET
        name: getuser
        description: SAP Business Intelligence Get a user
        call: businessobjects-platform-users.getuser
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: businessobjects-platform-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for SAP Business Intelligence SAP BusinessObjects BI Platform REST API — Users. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: sap-business-intelligence-list-users
      description: SAP Business Intelligence List users
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: businessobjects-platform-users.listusers
      outputParameters:
      - type: object
        mapping: $.
    - name: sap-business-intelligence-get-user
      description: SAP Business Intelligence Get a user
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: businessobjects-platform-users.getuser
      outputParameters:
      - type: object
        mapping: $.