---
title: "Get a SOCKS5 user by ID"
method: GET
path: "/connect/users/{id}"
tags: ["Users"]
---

# Get a SOCKS5 user by ID

`GET /connect/users/{id}`

Returns the SOCKS5 user identified by the path ID. The response includes the user's password.

## Response `200`

The user, including its password.

- UserWithSecret — A SOCKS5 user including its password. Returned only on create and single-user reads.
  - `createdAt` string, date-time, required
  - `id` string, uuid, required
  - `proxyId` string, uuid, nullable — The proxy this user routes to (dedicated routing), or null if unbound.
  - `username` string, required
  - `password` string, required

## Other responses

- `401` — The X-User-ID header was missing or invalid, or a present X-Owner-Id header was not a uuid.
- `404` — The resource was not found.

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
