Setup User
List
Retrieve a paginated list of Setup User records. Supports filtering, sorting, and search.
get/api/cp/setup/user
Query parameters
role'Administrator' | 'User' | 'Guest'
Filter by Role
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"reseller_id": 1,
"name": "Example Name",
"email": "user@example.com",
"password": "********",
"mobile": "+1-555-123-4567",
"skype": "example_skype",
"role": "Administrator",
"tfa_secret": "example_tfa_secret",
"floating_noc": 1,
"language": "example_language",
"last_login": "2025-01-17T10:30:00Z",
"login_count": 10,
"mobile_verify": 1000,
"email_verify": 123,
"otp_hash": "example_otp_hash",
"api_key": "example_api_key",
"timezone": "example_timezone",
"readonly": 1,
"email_subscription": "example_email_subscription",
"ip_whitelist": "example_ip_whitelist",
"share_ticket": 1,
"id_verify": "example_id_verify",
"flags": "example_flags"
}
]