Fixed
- Issue where `code42 devices bulk deactivate` and `code42 devices bulk reactivate` would
output incorrect Successes and Failures at the end of the process.
- Bug where `code42 audit-logs search` would fail to store checkpoints when timestamps included
nanoseconds.
- Issue where if an error occurred during `code42 audit-logs search` or `code42 audit-logs send-to`,
the user would get a stored checkpoint without having handled events.
Added
- New command `code42 users update` to update a single user.
- New command `code42 users bulk update` to update users in bulk.
- New command `code42 users move` to move a single user to a different organization.
- New command `code42 users bulk move` to move users in bulk.
Changed
- Now when a user is not found, the error message suggests that it might be because you don't
have the necessary permissions.