List Organizations

List organizations based on the user's relationship to them. Use the `membership` parameter to filter organizations by your access level: - **active**: Organizations you are a member of (default) - **joinable**: Organizations you can request to join - **joinable_by_domain**: Organizations that accept members from your email domain - **joinable_by_invite**: Organizations you have pending invites to This endpoint is useful for: - Displaying the user's current organizations - Showing organizations the user can join - Building organization switching interfaces

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Query parameters

membershipenumOptionalDefaults to active
Filter organizations by membership status. **Values:** - `active` (default) - Organizations you belong to - `joinable` - Organizations you can request to join - `joinable_by_domain` - Organizations matching your email domain - `joinable_by_invite` - Organizations you have pending invites to
Allowed values:
cursorstring or nullOptionalformat: "uuid"
Pagination cursor for the next page of results
page_limitintegerOptional1-100Defaults to 100
Maximum number of organizations to return per page

Response

Successfully retrieved organizations
resultslist of objects
The list of items returned for the current page.
paginationobject or nullOptional
Contains pagination information for the result set.

Errors

401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error