Get Clients
whmcs_get_clientsRetrieve WHMCS client lists with optional search, status filtering, and pagination to manage customer data efficiently.
Instructions
Get a list of clients from WHMCS with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term to filter clients | |
| status | No | Filter by status (Active, Inactive, Closed) | |
| orderby | No | Field to order by | |
| sorting | No | Sort order | |
| limitnum | No | Number of results to return (default 25) | |
| limitstart | No | Starting offset for results (default 0) |