Gladly · Capability

Gladly REST API — User Identity

Gladly REST API — User Identity. 1 operations. Self-contained Naftiko capability covering the User Identity business surface of the Gladly Customer Service Platform.

Gladly REST API — User Identity is a Naftiko capability published by Gladly, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/api/v1/user-identity-jwt.

The capability includes 1 state-changing operation. Lead operation: Create a User Identity JWT. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Gladly, User Identity, and Customer Service.

Run with Naftiko GladlyUser IdentityCustomer Service

What You Can Do

POST
Createuseridentityjwt — Create a User Identity JWT
/v1/api/v1/user-identity-jwt

MCP Tools

gladly-createUserIdentityJWT

Create a User Identity JWT

Capability Spec

gladly-user-identity.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gladly REST API — User Identity
  description: Gladly REST API — User Identity. 1 operations. Self-contained Naftiko capability covering the User Identity
    business surface of the Gladly Customer Service Platform.
  tags:
  - Gladly
  - User Identity
  - Customer Service
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
- namespace: env
  keys:
    GLADLY_ORGANIZATION: GLADLY_ORGANIZATION
    GLADLY_AGENT_EMAIL: GLADLY_AGENT_EMAIL
    GLADLY_API_TOKEN: GLADLY_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: gladly-user-identity
    baseUri: https://{{env.GLADLY_ORGANIZATION}}.gladly.com
    description: Gladly REST API — User Identity business capability.
    resources:
    - name: api-v1-user-identity-jwt
      path: /api/v1/user-identity-jwt
      operations:
      - name: createUserIdentityJWT
        method: POST
        description: Create a User Identity JWT
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
          description: Request body (JSON).
    authentication:
      type: basic
      username: '{{env.GLADLY_AGENT_EMAIL}}'
      password: '{{env.GLADLY_API_TOKEN}}'
  exposes:
  - type: rest
    namespace: gladly-user-identity-rest
    port: 8080
    description: REST adapter for Gladly User Identity.
    resources:
    - path: /v1/api/v1/user-identity-jwt
      name: api-v1-user-identity-jwt
      description: REST surface for api-v1-user-identity-jwt.
      operations:
      - method: POST
        name: createUserIdentityJWT
        description: Create a User Identity JWT
        call: gladly-user-identity.createUserIdentityJWT
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gladly-user-identity-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gladly User Identity.
    tools:
    - name: gladly-createUserIdentityJWT
      description: Create a User Identity JWT
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: gladly-user-identity.createUserIdentityJWT
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.