cURL
curl --request GET \ --url https://api.okeyproxy.com/ipglobal-api/api/v2/secUser/listHistory
{ "userList": [ { "secUsername": "8xc3k61lp", "remarks": "this is a test account", "userStatus": 1 }, { "secUsername": "j0nh74sxa", "remarks": "this is a disabled account", "userStatus": 2 } ], "pagination": { "currentPage": 1, "pageSize": 10, "totalRecords": 2, "totalPages": 1 } }
Get a list of all sec-users, including disabled accounts.
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