v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
users

Update a SOCKS5 user

Rebind the user to a different proxy (or detach it by passing null).

patch/connect/users/{id}

Request body

proxyIdstring uuid nullable

Proxy to rebind to, or null to detach. Omit to leave the user's current binding unchanged — only an explicit null detaches.

Response

The updated user.

createdAtstring date-time required
idstring uuid required
proxyIdstring uuid nullable

The proxy this user routes to (dedicated routing), or null if unbound.

usernamestring required