Overview
TheOrganizationListResponse struct represents the response returned when fetching a paginated list of organizations.
Definition
Fields
A vector containing the organizations for the current page. Each organization includes details like name, ID, and settings.
Indicates whether there are more organizations available beyond the current page.
Usage Example
Related Types
- Organization - The organization model
- ListOrganizationsOptions - Query options for listing organizations
See Also
- fetch_organizations - API method that returns this type
- create_organization - API method to create organizations
