Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 orgs create

Create a new organization.

To create interactively, use auth0 orgs create with no arguments.

To create non-interactively, supply the name and other information through the flags.

Usage

auth0 orgs create [flags]

Examples

  auth0 orgs create
  auth0 orgs create --name myorganization
  auth0 orgs create -n myorganization --display "My Organization"
  auth0 orgs create -n myorganization -d "My Organization" -l "https://example.com/logo.png" -a "#635DFF" -b "#2A2E35"
  auth0 orgs create -n myorganization -d "My Organization" -m "KEY=value" -m "OTHER_KEY=other_value"

Flags

  -a, --accent string             Accent color used to customize the login pages.
  -b, --background string         Background color used to customize the login pages.
  -d, --display string            Friendly name of the organization.
      --json                      Output in json format.
  -l, --logo string               URL of the logo to be displayed on the login page.
  -m, --metadata stringToString   Metadata associated with the organization (max 255 chars). Maximum of 10 metadata properties allowed. (default [])
  -n, --name string               Name of the organization.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.