Refinitiv · Capability

Refinitiv LSEG DataScope Select REST API — Users

Refinitiv LSEG DataScope Select REST API — Users. 1 operations. Lead operation: Get User Information. Self-contained Naftiko capability covering one Refinitiv business surface.

Run with Naftiko RefinitivUsers

What You Can Do

GET
Getuser — Get User Information
/v1/users/users-userid

MCP Tools

get-user-information

Get User Information

read-only idempotent

Capability Spec

datascope-select-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv LSEG DataScope Select REST API — Users
  description: 'Refinitiv LSEG DataScope Select REST API — Users. 1 operations. Lead operation: Get User Information. Self-contained
    Naftiko capability covering one Refinitiv business surface.'
  tags:
  - Refinitiv
  - Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_API_KEY: REFINITIV_API_KEY
capability:
  consumes:
  - type: http
    namespace: datascope-select-users
    baseUri: https://selectapi.datascope.lseg.com/RestApi/v1
    description: Refinitiv LSEG DataScope Select REST API — Users business capability. Self-contained, no shared references.
    resources:
    - name: Users-Users('{userId}')
      path: /Users/Users('{userId}')
      operations:
      - name: getuser
        method: GET
        description: Get User Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userId
          in: path
          type: string
          description: The user identifier.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: datascope-select-users-rest
    port: 8080
    description: REST adapter for Refinitiv LSEG DataScope Select REST API — Users. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/users/users-userid
      name: users-users-userid
      description: REST surface for Users-Users('{userId}').
      operations:
      - method: GET
        name: getuser
        description: Get User Information
        call: datascope-select-users.getuser
        with:
          userId: rest.userId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datascope-select-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv LSEG DataScope Select REST API — Users. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-user-information
      description: Get User Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datascope-select-users.getuser
      with:
        userId: tools.userId
      outputParameters:
      - type: object
        mapping: $.