Activate a user.
1 2acli admin user activate [flags]
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
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
Rate this page: