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
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Query parameters
membership
Allowed values:
cursor
Pagination cursor for the next page of results
page_limit
Maximum number of organizations to return per page
Response
Successful Response
results
The list of items returned for the current page.
pagination
Contains pagination information for the result set.
