LIST ORGANIZATIONS

Syntax

{ LIST | SHOW } ORGANIZATIONS;

Description

Provides a list of Organizations the current user is a member of.

Examples

demodb.public/demostore# LIST ORGANIZATIONS;
  Current |                  ID                  |  Name   |  Owner   |      Created at      |      Updated at       
----------+--------------------------------------+---------+----------+----------------------+-----------------------
         | 4e3a4724-a811-438b-b9a3-cb02c9add838 | mrorg   | orgadmin | 2022-12-19T20:50:41Z | 2022-12-19T20:50:41Z  
          | a250d9f3-5961-4aa1-bc13-16db79301d43 | mlaiorg | orgadmin | 2023-02-16T18:43:29Z | 2023-02-16T18:43:29Z  

Last updated