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
membership
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:
cursor
Pagination cursor for the next page of results
page_limit
Maximum number of organizations to return per page
Response
Successfully retrieved organizations
results
The list of items returned for the current page.
pagination
Contains pagination information for the result set.
Errors
401
Unauthorized Error
422
Unprocessable Entity Error
500
Internal Server Error