get_accounts
Retrieve and filter Eduframe accounts with pagination, search, and type-based queries to manage lead records.
Instructions
Get all accounts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) | |
| search | No | Filter results on search | |
| key_contact_user_id | No | Filter results on key_contact_user_id | |
| user_id | No | Filter results on user_id | |
| account_type | No | Filter results on account_type |