List FTP accounts
ws_ftp_account_listList FTP accounts for a hosting service, with pagination and sorting options. Passwords are never exposed.
Instructions
List FTP accounts on a hosting service. Passwords are never returned — the API response schema has no password field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| sortBy | No | Field name to sort by. | |
| service | Yes | Service identifier the zone belongs to. See ws_service_list for the account's services. | |
| descending | No | Reverse the sort order. | |
| rowsPerPage | No | Records per page. |