Skip to content

Commands #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Jun 22, 2020
10 changes: 9 additions & 1 deletion Packs/Code42/Integrations/Code42/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [Unreleased]

Added new commands:
- **code42-departingemployee-get-all** that gets all the employees on the Departing Employee List.
- **code42-highriskemployee-add** that takes a username and adds the employee to the High Risk Employee List.
- **code42-highriskemployee-remove** that takes a username and remove the employee from the High Risk Employee List.
- **code42-highriskemployee-get-all** that gets all the employees on the High Risk Employee List.
Optionally takes a list of risk tags and only gets employees who have those risk tags.
- **code42-highriskemployee-add-risk-tags** that takes a username and risk tags and associates the risk tags with the user.
- **code42-highriskemployee-remove-risk-tags** that takes a username and risk tags and disassociates the risk tags from the user.
Improve error messages for all Commands to include exception detail.

## [20.3.3] - 2020-03-18
#### New Integration
Expand Down
Loading