List Your Organizations

Go to Product

Return a list of organizations available to the authenticated session in a region. This is particularly useful for requests with a user bound context. For API key-based requests this will only return the organization that belongs to the key.

Options

Owner (*)
Specify true to restrict results to organizations in which you are an owner.
Cursor (*)
A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.
Query (*)

Filters results by using query syntax.

Valid query fields include:

  • id: The organization ID
  • slug: The organization slug
  • status: The organization's current status (one of active, pending_deletion, or deletion_in_progress)
  • email or member_id: Filter your organizations by the emails or organization member IDs of specific members included
  • platform: Filter your organizations to those with at least one project using this platform
  • query: Filter your organizations by name, slug, and members that contain this substring

Example: query=(slug:foo AND status:active) OR (email:[thing-one@example.com,thing-two@example.com] AND query:bar)

Sort By (*)

The field to sort results by, in descending order. If not specified the results are sorted by the date they were created.

Valid fields include:

  • members: By number of members
  • projects: By number of projects
  • events: By number of events in the past 24 hours
Result Format

Specify how the response should be mapped to the table output. The following formats are available:

Structured Table: Returns a parsed table with data split into rows and columns.

  • Id:
  • Slug:
  • Status:
  • Name:
  • Date Created:
  • Is Early Adopter:
  • Require2fa:
  • Require Email Verification:
  • Avatar:
  • Features:
  • Links:
  • Has Auth Provider:

Raw Response: Returns the raw response in a single row with the following columns:

  • body: Response body
  • status: HTTP status code

Input Ports

Icon
Configuration data.

Output Ports

Icon
Result of the request depending on the selected Result Format.
Icon
Configuration data (this is the same as the input port; it is provided as passthrough for sequentially chaining nodes to declutter your workflow connections).

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.