WSO2 · Capability

WSO2 API Manager - Developer Portal — Users

WSO2 API Manager - Developer Portal — Users. 2 operations. Lead operation: Change the Password of the user. Self-contained Naftiko capability covering one Wso2 business surface.

Run with Naftiko Wso2Users

What You Can Do

POST
Changeuserpassword — Change the Password of the user
/v1/me/change-password
GET
Organizationinformation — Get the Organization information of the user
/v1/me/organization-information

MCP Tools

change-password-user

Change the Password of the user

get-organization-information-user

Get the Organization information of the user

read-only idempotent

Capability Spec

devportal-users.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WSO2 API Manager - Developer Portal — Users
  description: 'WSO2 API Manager - Developer Portal — Users. 2 operations. Lead operation: Change the Password of the user.
    Self-contained Naftiko capability covering one Wso2 business surface.'
  tags:
  - Wso2
  - Users
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WSO2_API_KEY: WSO2_API_KEY
capability:
  consumes:
  - type: http
    namespace: devportal-users
    baseUri: https://apis.wso2.com/api/am/devportal/v3
    description: WSO2 API Manager - Developer Portal — Users business capability. Self-contained, no shared references.
    resources:
    - name: me-change-password
      path: /me/change-password
      operations:
      - name: changeuserpassword
        method: POST
        description: Change the Password of the user
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: me-organization-information
      path: /me/organization-information
      operations:
      - name: organizationinformation
        method: GET
        description: Get the Organization information of the user
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WSO2_API_KEY}}'
  exposes:
  - type: rest
    namespace: devportal-users-rest
    port: 8080
    description: REST adapter for WSO2 API Manager - Developer Portal — Users. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/me/change-password
      name: me-change-password
      description: REST surface for me-change-password.
      operations:
      - method: POST
        name: changeuserpassword
        description: Change the Password of the user
        call: devportal-users.changeuserpassword
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/organization-information
      name: me-organization-information
      description: REST surface for me-organization-information.
      operations:
      - method: GET
        name: organizationinformation
        description: Get the Organization information of the user
        call: devportal-users.organizationinformation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: devportal-users-mcp
    port: 9090
    transport: http
    description: MCP adapter for WSO2 API Manager - Developer Portal — Users. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: change-password-user
      description: Change the Password of the user
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: devportal-users.changeuserpassword
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-organization-information-user
      description: Get the Organization information of the user
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: devportal-users.organizationinformation
      outputParameters:
      - type: object
        mapping: $.