API For User-Pass
Maximum number of items to return per page. Default: 30
Requested page number (1-based). Default: 1
Field to sort by: 'id', 'user_name', 'status', 'created_at', 'use_key', 'usage_cap', 'data_used', 'ip_usage_cap', 'ip_used'. Default: id
Sort order: desc or asc. Default: desc
Keyword to search within the user_name field.
Successful response
Sub-users list response payload.
Indicates whether the request was successful.
Human-readable response message.
Bad request
Authentication error
Sub-user username.
user_1Sub-user password.
pass_123Sub-user status. 1: active, 2: disable
1Optional note for internal tracking.
This is Sub User 1Traffic usage cap in bytes.
1000000000IP usage cap (-1 for unlimited).
-1Successful response
Sub-user creation response payload.
Indicates whether the request was successful.
Human-readable response message.
Bad request
Authentication error
Sub-user ID to update.
88Sub-user username.
user_1Sub-user password.
pass_123Sub-user status. 1: active, 2: disable
1Optional note for internal tracking.
This is Sub User 1Traffic usage cap in bytes.
1000000000IP usage cap (-1 for unlimited).
-1Successful response
Sub-user update response payload.
Indicates whether the request was successful.
Human-readable response message.
Bad request
Authentication error
Sub-user ID to delete.
88Successful response
Sub-user deletion response payload.
Indicates whether the request was successful.
Human-readable response message.
Bad request
Authentication error
Last updated
Was this helpful?