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

membershipenumOptional
Allowed values:
cursorstringOptionalformat: "uuid"
Pagination cursor for the next page of results
page_limitintegerOptional1-100Defaults to 100
Maximum number of organizations to return per page

Response

Successful Response
resultslist of objects
The list of items returned for the current page.
paginationobject or null
Contains pagination information for the result set.

Errors