Slack · Capability

Slack Users API — Identity

Slack Users API — Identity. 1 operations. Lead operation: Slack Get Users Identity. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackIdentity

What You Can Do

GET
Getusersidentity — Slack Get Users Identity
/v1/users-identity

MCP Tools

slack-get-users-identity

Slack Get Users Identity

read-only idempotent

Capability Spec

users-identity.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Users API — Identity
  description: 'Slack Users API — Identity. 1 operations. Lead operation: Slack Get Users Identity. Self-contained Naftiko
    capability covering one Slack business surface.'
  tags:
  - Slack
  - Identity
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: users-identity
    baseUri: ''
    description: Slack Users API — Identity business capability. Self-contained, no shared references.
    resources:
    - name: users.identity
      path: /users.identity
      operations:
      - name: getusersidentity
        method: GET
        description: Slack Get Users Identity
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `identity.basic`'
  exposes:
  - type: rest
    namespace: users-identity-rest
    port: 8080
    description: REST adapter for Slack Users API — Identity. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/users-identity
      name: users-identity
      description: REST surface for users.identity.
      operations:
      - method: GET
        name: getusersidentity
        description: Slack Get Users Identity
        call: users-identity.getusersidentity
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: users-identity-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Users API — Identity. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-get-users-identity
      description: Slack Get Users Identity
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-identity.getusersidentity
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.