---
title: "POST /kmip-list-clients"
method: POST
path: "/kmip-list-clients"
tags: ["v2"]
---

# POST /kmip-list-clients

`POST /kmip-list-clients`

## Request body

- KmipListClients
  - `json` boolean — Set output format to JSON
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication

## Response `200`

kmipListClientsResponse wraps response body.

- KMIPClientListResponse
  - `clients` KMIPClient[]
    - `activate_keys_on_creation` boolean
    - `certificate_issue_date` string, date-time
    - `certificate_ttl_in_seconds` integer
    - `expiration_events` CertificateExpirationEvent[]
      - `seconds_before` integer
    - `id` string
    - `name` string
    - `rules` PathRule[]
      - `assigners` RuleAssigner[]
        - `access_id` string
        - `unique_id` string
      - `capabilities` string[] — The approved/denied capabilities in the path
      - `cb` integer
      - `is_limit_access` boolean — flag that indicate that this rule is allowed to be access RemainingAccess of times.
      - `item_id` integer — The item id this rule directly refers to (when applicable)
      - `number_of_access_used` integer
      - `number_of_allowed_access` integer
      - `path` string — The path the rule refers to
      - `start_time` integer
      - `ttl` integer
      - `type` string

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

[API](https://skmtc.net/akeyless/apis/akeyless-api.md) · [All operations](https://skmtc.net/akeyless/apis/akeyless-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeyless/akeyless-api/versions/0ceb25634501/schema)
