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

auth0 orgs update

Update an organization.

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

To update non-interactively, supply the organization id and other information through the flags.

Usage

auth0 orgs update [flags]

Examples

  auth0 orgs update <org-id>
  auth0 orgs update <org-id> --display "My Organization"
  auth0 orgs update <org-id> -d "My Organization" -l "https://example.com/logo.png" -a "#635DFF" -b "#2A2E35"
  auth0 orgs update <org-id> -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 [])

Inherited Flags

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