Sub-Users

Update IP allowlist (binds)

Replaces the IP authentication allowlist for a sub-user.

put/metered/networks/{network}/users/{id}/binds

Path parameters

networkstring required
idinteger required

Request body

bindsstring[]

Example request

{
  "binds": [
    "1.2.3.4",
    "5.6.7.8"
  ]
}

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

No recorded changes to this endpoint across all 1 revision of this API.