---
title: "List User Cipher Uses"
method: GET
path: "/user_cipher_uses"
tags: ["user_cipher_uses", "User Cipher Uses"]
---

# List User Cipher Uses

`GET /user_cipher_uses`

List User Cipher Uses

## Query parameters

- `user_id` integer
- `cursor` string
- `per_page` integer

## Response `200`

A list of UserCipherUses objects.

- UserCipherUseEntity[]
  - `id` integer — UserCipherUse ID
  - `user_id` integer — ID of the user who performed this access
  - `username` string — Username of the user who performed this access
  - `protocol_cipher` string — The protocol and cipher employed
  - `created_at` string, date-time — The earliest recorded use of this combination of interface and protocol and cipher (for this user)
  - `insecure` boolean — Is this cipher considered insecure?
  - `interface` 'web' | 'ftp' | 'sftp' | 'dav' | 'desktop' | 'restapi' | 'robot' | 'jsapi' | 'inbound_s3' — The interface accessed
  - `updated_at` string, date-time — The most recent use of this combination of interface and protocol and cipher (for this user)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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