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
Example request
{
"binds": [
"1.2.3.4",
"5.6.7.8"
]
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.