Overview
TheListOrganizationsOptions struct provides parameters for filtering and paginating organization list requests.
Definition
Fields
The page number to retrieve. Defaults to 1 if not specified.
Number of organizations to return per page. Defaults to 20 if not specified. Maximum is typically 100.
Search term to filter organizations by name. Searches are case-insensitive and support partial matches.
Usage Example
Default Values
page: 1per_page: 20search: None (no filtering)
Related Types
- OrganizationListResponse - Response type returned by organization list queries
See Also
- fetch_organizations - API method that uses this type
