Zendesk · Capability

Zendesk Users — User Passwords

Zendesk Users — User Passwords. 3 operations. Lead operation: Zendesk Post Api V2 Users User_id Password. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskUser Passwords

What You Can Do

POST
Setuserpassword — Zendesk Post Api V2 Users User_id Password
/v1/api/v2/users/{user-id}/password
PUT
Changeownpassword — Zendesk Put Api V2 Users User_id Password
/v1/api/v2/users/{user-id}/password
GET
Getuserpasswordrequirements — Zendesk Get Api V2 Users User_id Password Requirements
/v1/api/v2/users/{user-id}/password/requirements

MCP Tools

zendesk-post-api-v2-users

Zendesk Post Api V2 Users User_id Password

zendesk-put-api-v2-users

Zendesk Put Api V2 Users User_id Password

idempotent
zendesk-get-api-v2-users

Zendesk Get Api V2 Users User_id Password Requirements

read-only idempotent

Capability Spec

users-user-passwords.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Users — User Passwords
  description: 'Zendesk Users — User Passwords. 3 operations. Lead operation: Zendesk Post  Api V2 Users User_id Password.
    Self-contained Naftiko capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - User Passwords
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: users-user-passwords
    baseUri: ''
    description: Zendesk Users — User Passwords business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-users-user_id-password
      path: /api/v2/users/{user_id}/password
      operations:
      - name: setuserpassword
        method: POST
        description: Zendesk Post  Api V2 Users User_id Password
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: changeownpassword
        method: PUT
        description: Zendesk Put  Api V2 Users User_id Password
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v2-users-user_id-password-requirements
      path: /api/v2/users/{user_id}/password/requirements
      operations:
      - name: getuserpasswordrequirements
        method: GET
        description: Zendesk Get  Api V2 Users User_id Password Requirements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: users-user-passwords-rest
    port: 8080
    description: REST adapter for Zendesk Users — User Passwords. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v2/users/{user-id}/password
      name: api-v2-users-user-id-password
      description: REST surface for api-v2-users-user_id-password.
      operations:
      - method: POST
        name: setuserpassword
        description: Zendesk Post  Api V2 Users User_id Password
        call: users-user-passwords.setuserpassword
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: changeownpassword
        description: Zendesk Put  Api V2 Users User_id Password
        call: users-user-passwords.changeownpassword
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v2/users/{user-id}/password/requirements
      name: api-v2-users-user-id-password-requirements
      description: REST surface for api-v2-users-user_id-password-requirements.
      operations:
      - method: GET
        name: getuserpasswordrequirements
        description: Zendesk Get  Api V2 Users User_id Password Requirements
        call: users-user-passwords.getuserpasswordrequirements
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: users-user-passwords-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Users — User Passwords. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: zendesk-post-api-v2-users
      description: Zendesk Post  Api V2 Users User_id Password
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: users-user-passwords.setuserpassword
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-put-api-v2-users
      description: Zendesk Put  Api V2 Users User_id Password
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: users-user-passwords.changeownpassword
      outputParameters:
      - type: object
        mapping: $.
    - name: zendesk-get-api-v2-users
      description: Zendesk Get  Api V2 Users User_id Password Requirements
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-user-passwords.getuserpasswordrequirements
      outputParameters:
      - type: object
        mapping: $.