cURL
curl --request GET \ --url https://api.okeyproxy.com/ipglobal-api/api/v2/secUser/list
{ "userList": [ { "secUsername": "wnfyc4dab", "remarks": "this is a test account" } ], "pagination": { "currentPage": 1, "pageSize": 10, "totalRecords": 1, "totalPages": 1 } }
Get a list of active sec-users.
Agent API key used for authentication
Current page number (default: 1)
Number of records per page (default: 20, maximum: 100)
x <= 100
List of sec-users on the current page.
Show child attributes
Sec-user account
Remarks for sec-user
Current page number
Number of records per page
Total records
Total pages. Rounded up result of totalRecords/pageSize