Sub-Users

Update sub-user

patch/metered/networks/{network}/users/{id}

Path parameters

networkstring required
idinteger required

Request body

bytes_quotainteger
lockedboolean
auto_lockinteger

Unix timestamp (UTC)

bindsstring[]

Example request

{
  "binds": [
    "127.0.0.1"
  ]
}

Response

OK

idinteger
account_idinteger
namestring
passwordstring
networkstring
statusstring
bytes_quotainteger
bytes_usedinteger
auto_lockinteger

Unix timestamp after which the user is auto-locked (0 = disabled)

created_atinteger
updated_atinteger

Changes