Users

Add Users

post

Support adding authentication account via API.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
langstringOptional

Language:en|cn

Default: enExample: en
Body
productintegerRequired

Product: 1=Residential Proxies,4=Unlimited Proxies,9=Mobile Proxies

Example: 1
sub_uidstringRequired

The id of the sub-user

Example: 123
userstringRequired

User name

Example: test_account1
passwordstringRequired

User password

Example: Testpassword002
statusintegerRequired

Status:1=normal,-5=disabled

Example: 1
remarkstringOptional

User Remark

Example: some remark
use_upper_limitintegerOptional

Traffic usage cap for the account (Unit: GB). Optional field; if null/empty, there is no usage limit.

Example: 1
Responses
chevron-right
200Success
application/json
post
/v2/users/create

Edit Users

post

Support editing authentication account via API.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
langstringOptional

Language:en|cn

Default: enExample: en
Body
sub_uidintegerRequired

The id of the sub-user

Example: 123
uidintegerRequired

The id of the user

Example: 668
statusintegerRequired

Status:1=Normal,-5=disabled

Example: -5
use_upper_limitintegerOptional

Traffic usage cap for the account (Unit: GB). Optional field; if null/empty, there is no usage limit.

Example: 1
Responses
chevron-right
200Success
application/json
post
/v2/users/edit

Get Users List

post

Supports retrieving added verified accounts via API.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
langstringOptional

Language:en|cn

Default: enExample: en
Body
productintegerRequired

Product: 1=Residential Proxies,4=Unlimited Proxies,9=Mobile Proxies

Example: 1
sub_uidintegerOptional

The id of the sub-user

Example: 123
uidintegerOptional

The id of the user

Example: 668
pageintegerOptional

page

Example: 1
limitintegerOptional

page size

Example: 10
Responses
chevron-right
200Success
application/json
post
/v2/users/list
200Success

Last updated