POST
Whitelist IPs for a sub-user

Authorizations

Authorization
string
header
required

[just text field] Please enter token in following format: Bearer

Body

application/json
userId
string
required

The userId (username) of the sub-user to update.

Example:

"test124"

ips
string[]
required

Array of IP addresses to whitelist for the sub-user. This replaces the sub-user’s existing whitelisted IP list.

Example:

Response

IP Whitelisted

users
object[]
required

List of sub-users belonging to the reseller account

length
number
required

Total number of sub-users

Example:

10