Coveo · Capability

Coveo Usage Analytics Read API — Users API - Version 14

Coveo Usage Analytics Read API — Users API - Version 14. 7 operations. Lead operation: Health Check for the Users Service. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoUsage Analytics ReadUsers API - Version 14

What You Can Do

GET
Getv14usersmonitoringhealth — Health Check for the Users Service
/v1/v14/users/monitoring/health
GET
Getv14usersstatus — Get the Users Service Status
/v1/v14/users/status
GET
Getv14usersuserid — Get a User
/v1/v14/users/{userid}
GET
Getv14usersuseridfilters — Get the Data Level Filters That Apply to a User
/v1/v14/users/{userid}/filters
PUT
Putv14usersuseridfilters — Set the Filters That Will Be Applied to a User Query
/v1/v14/users/{userid}/filters
GET
Getv14usersuseridreports — Get the Reports That a User Can Access
/v1/v14/users/{userid}/reports
PUT
Putv14usersuseridreports — Set Which Reports a User Can Access
/v1/v14/users/{userid}/reports

MCP Tools

health-check-users-service

Health Check for the Users Service

read-only idempotent
get-users-service-status

Get the Users Service Status

read-only idempotent
get-user

Get a User

read-only idempotent
get-data-level-filters-that

Get the Data Level Filters That Apply to a User

read-only idempotent
set-filters-that-will-be

Set the Filters That Will Be Applied to a User Query

idempotent
get-reports-that-user-can

Get the Reports That a User Can Access

read-only idempotent
set-which-reports-user-can

Set Which Reports a User Can Access

idempotent

Capability Spec

usage-analytics-read-users-api-version-14.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Usage Analytics Read API — Users API - Version 14
  description: 'Coveo Usage Analytics Read API — Users API - Version 14. 7 operations. Lead operation: Health Check for the
    Users Service. Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Usage Analytics Read
  - Users API - Version 14
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: usage-analytics-read-users-api-version-14
    baseUri: https://analytics.cloud.coveo.com/rest/ua
    description: Coveo Usage Analytics Read API — Users API - Version 14 business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: v14-users-monitoring-health
      path: /v14/users/monitoring/health
      operations:
      - name: getv14usersmonitoringhealth
        method: GET
        description: Health Check for the Users Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v14-users-status
      path: /v14/users/status
      operations:
      - name: getv14usersstatus
        method: GET
        description: Get the Users Service Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v14-users-userId
      path: /v14/users/{userId}
      operations:
      - name: getv14usersuserid
        method: GET
        description: Get a User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userId
          in: path
          type: string
          description: The unique identifier of a user.
          required: true
        - name: org
          in: query
          type: string
          description: The name of the organization (Coveo Cloud V2 only)
    - name: v14-users-userId-filters
      path: /v14/users/{userId}/filters
      operations:
      - name: getv14usersuseridfilters
        method: GET
        description: Get the Data Level Filters That Apply to a User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userId
          in: path
          type: string
          description: The unique identifier of a user.
          required: true
        - name: org
          in: query
          type: string
          description: The name of the organization (Coveo Cloud V2 only)
      - name: putv14usersuseridfilters
        method: PUT
        description: Set the Filters That Will Be Applied to a User Query
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userId
          in: path
          type: string
          description: The unique identifier of a user.
          required: true
        - name: org
          in: query
          type: string
          description: The name of the organization (Coveo Cloud V2 only)
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v14-users-userId-reports
      path: /v14/users/{userId}/reports
      operations:
      - name: getv14usersuseridreports
        method: GET
        description: Get the Reports That a User Can Access
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userId
          in: path
          type: string
          description: The unique identifier of a user.
          required: true
        - name: org
          in: query
          type: string
          description: The name of the organization (Coveo Cloud V2 only)
        - name: includeConfig
          in: query
          type: boolean
          description: Whether to include the detailed configuration of the report in the response.
      - name: putv14usersuseridreports
        method: PUT
        description: Set Which Reports a User Can Access
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userId
          in: path
          type: string
          description: The unique identifier of a user.
          required: true
        - name: org
          in: query
          type: string
          description: The unique identifier of a user.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: usage-analytics-read-users-api-version-14-rest
    port: 8080
    description: REST adapter for Coveo Usage Analytics Read API — Users API - Version 14. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v14/users/monitoring/health
      name: v14-users-monitoring-health
      description: REST surface for v14-users-monitoring-health.
      operations:
      - method: GET
        name: getv14usersmonitoringhealth
        description: Health Check for the Users Service
        call: usage-analytics-read-users-api-version-14.getv14usersmonitoringhealth
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v14/users/status
      name: v14-users-status
      description: REST surface for v14-users-status.
      operations:
      - method: GET
        name: getv14usersstatus
        description: Get the Users Service Status
        call: usage-analytics-read-users-api-version-14.getv14usersstatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v14/users/{userid}
      name: v14-users-userid
      description: REST surface for v14-users-userId.
      operations:
      - method: GET
        name: getv14usersuserid
        description: Get a User
        call: usage-analytics-read-users-api-version-14.getv14usersuserid
        with:
          userId: rest.userId
          org: rest.org
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v14/users/{userid}/filters
      name: v14-users-userid-filters
      description: REST surface for v14-users-userId-filters.
      operations:
      - method: GET
        name: getv14usersuseridfilters
        description: Get the Data Level Filters That Apply to a User
        call: usage-analytics-read-users-api-version-14.getv14usersuseridfilters
        with:
          userId: rest.userId
          org: rest.org
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putv14usersuseridfilters
        description: Set the Filters That Will Be Applied to a User Query
        call: usage-analytics-read-users-api-version-14.putv14usersuseridfilters
        with:
          userId: rest.userId
          org: rest.org
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v14/users/{userid}/reports
      name: v14-users-userid-reports
      description: REST surface for v14-users-userId-reports.
      operations:
      - method: GET
        name: getv14usersuseridreports
        description: Get the Reports That a User Can Access
        call: usage-analytics-read-users-api-version-14.getv14usersuseridreports
        with:
          userId: rest.userId
          org: rest.org
          includeConfig: rest.includeConfig
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putv14usersuseridreports
        description: Set Which Reports a User Can Access
        call: usage-analytics-read-users-api-version-14.putv14usersuseridreports
        with:
          userId: rest.userId
          org: rest.org
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: usage-analytics-read-users-api-version-14-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Usage Analytics Read API — Users API - Version 14. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: health-check-users-service
      description: Health Check for the Users Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: usage-analytics-read-users-api-version-14.getv14usersmonitoringhealth
      outputParameters:
      - type: object
        mapping: $.
    - name: get-users-service-status
      description: Get the Users Service Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: usage-analytics-read-users-api-version-14.getv14usersstatus
      outputParameters:
      - type: object
        mapping: $.
    - name: get-user
      description: Get a User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: usage-analytics-read-users-api-version-14.getv14usersuserid
      with:
        userId: tools.userId
        org: tools.org
      outputParameters:
      - type: object
        mapping: $.
    - name: get-data-level-filters-that
      description: Get the Data Level Filters That Apply to a User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: usage-analytics-read-users-api-version-14.getv14usersuseridfilters
      with:
        userId: tools.userId
        org: tools.org
      outputParameters:
      - type: object
        mapping: $.
    - name: set-filters-that-will-be
      description: Set the Filters That Will Be Applied to a User Query
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: usage-analytics-read-users-api-version-14.putv14usersuseridfilters
      with:
        userId: tools.userId
        org: tools.org
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-reports-that-user-can
      description: Get the Reports That a User Can Access
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: usage-analytics-read-users-api-version-14.getv14usersuseridreports
      with:
        userId: tools.userId
        org: tools.org
        includeConfig: tools.includeConfig
      outputParameters:
      - type: object
        mapping: $.
    - name: set-which-reports-user-can
      description: Set Which Reports a User Can Access
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: usage-analytics-read-users-api-version-14.putv14usersuseridreports
      with:
        userId: tools.userId
        org: tools.org
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.