Query Parameters
Filter organizations by user membership. Returns only organizations where the specified user is a member.
Filter organizations by state. Valid values are
enabled or disabled.Number of organizations to return per page. Maximum value is typically 100.
Page number for pagination. Starts at 1.
Response
Array of organization objects matching the filter criteria.
Unique identifier for the organization (UUID format).
Unique name/slug for the organization. Used in URLs and API calls.
Human-readable display name for the organization.
URL to the organization’s avatar image.
Current state of the organization. Either
enabled or disabled.Custom metadata associated with the organization. Can contain any valid JSON structure.
Timestamp when the organization was created (RFC3339 format).
Timestamp when the organization was last updated (RFC3339 format).
Response Example
Error Responses
Error code indicating the type of error.
Human-readable error message.
Common Errors
- 401 Unauthorized: Invalid or missing authentication token
- 500 Internal Server Error: Server encountered an unexpected error
Notes
- Results are returned in no guaranteed order unless sorting is implemented
- Empty results return an empty array, not an error
- Disabled organizations are only returned when explicitly filtering by
state=disabled - User filtering requires the authenticated user to have appropriate permissions