organizations_list
Fetch a paginated list of organizations filtered by user, filter ID, first character of name, sort field, and page limits.
Instructions
List organizations with pagination support. Returns paginated list of organizations with filtering options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Field to sort by | |
| limit | No | Items per page (max 500) | |
| start | No | Pagination start | |
| user_id | No | Filter by user ID | |
| filter_id | No | Filter by filter ID | |
| first_char | No | Filter by first character of name |