admin auth
admin user
jira auth
jira dashboard
jira filter
jira project
jira workitem
rovodev auth

acli admin user activate

Activate a user.

1
2
acli admin user activate [flags]

Examples

1
2
# Activate a user with email or account ID
$ acli user activate --email john@example.com,anna@example.com
$ acli user activate --id abcd,123
$ acli user activate --from-file listofmails.txt

Options

1
2
  -e, --email string       List of emails to activate users
  -f, --from-file string   Read the list of emails or account IDs from the file
  -h, --help               Show help for command
      --id string          List of Atlassian account IDs to activate
      --ignore-errors      Ignore the errors and continue with the next user
      --json               Generate a JSON output

SEE ALSO

Rate this page: