---
title: "List User SFTP Client Uses"
method: GET
path: "/users/{user_id}/sftp_client_uses"
tags: ["users", "User SFTP Client Uses"]
---

# List User SFTP Client Uses

`GET /users/{user_id}/sftp_client_uses`

List User SFTP Client Uses

## Path parameters

- `user_id` integer, required

## Query parameters

- `cursor` string
- `per_page` integer

## Response `200`

A list of UserSftpClientUses objects.

- UserSftpClientUseEntity[]
  - `id` integer — UserSftpClientUse ID
  - `sftp_client` string — The SFTP client used
  - `created_at` string, date-time — The earliest recorded use of this SFTP client (for this user)
  - `updated_at` string, date-time — The most recent use of this SFTP client (for this user)
  - `user_id` integer — ID of the user who performed this access

## 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)
