Sub users

(For resellers only)

Get sub-user by ID

get
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
200

Data of the sub users

application/json
get
/customer/sub-user/{id}

Set sub-user proxy password

patch
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Body
new_login_pwdstringRequired

new_login_pwd

Responses
200

Success

application/json
patch
/customer/sub-user/{id}/password

Get sub-users

get
Authorizations
AuthorizationstringRequired
Query parameters
is_activebooleanOptional
Responses
200

Data of the sub users

application/json
get
/customer/sub-user/

Create sub-user

post
Authorizations
AuthorizationstringRequired
Body
customer_dashboard_emailstringRequired

customer_dashboard_email

customer_namestringRequired

customer_name

customer_dashboard_pwdstringRequired

customer_dashboard_pwd

customer_login_namestringRequired

customer_login_name

customer_login_pwdstringRequired

customer_login_pwd

snkrs_private_poolnumberOptional

snkrs_private_pool

Responses
200

Success

application/json
post
/customer/sub-user/

Allocate GB to sub-user

post
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Body
allocatenumberRequired

allocate gb

Example: 10
product_typestringRequired

Product Type

Example: '*' | 'dc' | 'res' | 'stc' | 'mob'
Responses
200

Success

application/json
post
/customer/sub-user/{id}/allocate

Allocate IPs to sub-user

post
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Body
access_pointstringRequired

Access Point

Example: abc
country_codestringRequired

Country Code

Example: US
ipsnumberRequired

IP's to allocate

Example: 5
bandwidthnumberRequired

bandwith you want to give to sub-user

Example: 5
Responses
200

Success

application/json
post
/customer/sub-user/{id}/allocateIps

Disable sub-user

put
Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
200

Success

application/json
put
/customer/sub-user/{id}/disabled

Last updated