Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
admin auth
admin user
jira auth
jira board
jira dashboard
jira field
jira filter
jira project
jira sprint
jira workitem
rovodev auth
Last updated Oct 3, 2024

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: