create invite

Help

Invite a user to an org. An invite will be sent to the supplied email address.
Possible values for --scope are: 'org:owner', 'org:admin', 'org:write' (default).

Usage:
  edgectl create invite --email EMAIL --org ORG_ID [--scope SCOPE1 --scope SCOPE2] [flags]

Examples:
  # Invite alice@acme.com to join org 'acme' with default scope (org:write).
  $ edgectl create invite --email alice@acme.com --org acme

  # Invite alice@acme.com to join org 'acme' as 'org:admin'
  $ edgectl create invite --email alice@acme.com --org acme --scope org:admin


Flags:
      --email string        Email address
      --org string          Org name or UUID
      --scope stringArray   An authorization scope
  -h, --help                help for invite

Global Flags:
  -H, --header         Print header row
  -j, --json           JSON output
  -M, --monochrome     Don't colorize output
  -t, --text           Text table output
      --token string   Access Token
  -v, --verbose        Verbose output