v1

latestOpenAPI 3.1.02026-07-22154213404.8 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