Skip to content

Organizations

Organizations are the top-level grouping in enum. Each organization contains one or more projects.

Terminal window
enumctl organizations list

Lists all organizations your account has access to.

┌───────────────────────────────────┬──────────────────┐
│ ID │ Name │
├───────────────────────────────────┼──────────────────┤
│ org-01h85x1kk0r3yp4n6gqd7smvf2 │ my-org │
└───────────────────────────────────┴──────────────────┘

The organizations command can also be invoked as:

Terminal window
enumctl orgs list
enumctl org list

The organization ID is needed when listing projects for a specific organization:

Terminal window
enumctl projects list --org-id <organization-id>