Deactivate a user.
1 2acli admin user deactivate [flags]
1 2# Deactivate a user with email or account ID $ acli user deactivate --email john@example.com,anna@example.com $ acli user deactivate --id abcd123 $ acli user deactivate --from-file listofmails.txt
1 2-e, --email string List of emails to deactivate 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 deactivate --ignore-errors Ignore the errors and continue with the next user --json Generate a JSON output
Rate this page: