tailorctl workspace user update

Update platform user role in the workspace.

Usage

tailorctl workspace user update [flags]

Flags

  -u, --email string   email address of the user to invite
  -h, --help           help for update
  -i, --interactive    interactive mode
  -r, --role string    role of the user to invite (default "editor")

Examples

tailorctl workspace user update --email $userEmailAddress --role $(admin|editor|viewer)

See also