You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/userguides/detectionlists.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
-
# Manage Detection List Users
1
+
# (DEPRECATED) Manage Detection List Users
2
+
3
+
```{eval-rst}
4
+
.. note::
5
+
6
+
Detection Lists have been replaced by Watchlists.
7
+
8
+
Functionality for adding users to Departing Employee and High Risk Employee categories has been migrated to the :code:`code42 watchlists` command group.
9
+
10
+
Functionality for listing and managing User Risk Profiles (e.g. adding Cloud Aliases, Notes, and Start/End dates to a user profile) has been migrated to the :code:`code42 users` command group.
11
+
```
2
12
3
13
Use the `departing-employee` commands to add employees to or remove employees from the Departing Employees list. Use the `high-risk-employee` commands to add employees to or remove employees from the High Risk list, or update risk tags for those users.
You can deactivate a user with the following command:
@@ -73,17 +101,18 @@ Alternatively, to move multiple users between organizations, fill out the `move`
73
101
code42 users bulk move bulk-command.csv
74
102
```
75
103
76
-
## Get CSV Template
104
+
## Get CSV Template for bulk commands
77
105
78
-
The following command generates a CSV template to either update users' data, or move users between organizations. The csv file is saved to the current working directory.
106
+
The following command generates a CSV template for each of the available bulk user commands. The CSV file is saved to the current working directory.
A CSV with a `username` column and a single username on each new line is used for the `reactivate` and `deactivate` bulk commands. These commands are not available as options for `generate-template`.
88
117
89
118
Learn more about [Managing Users](../commands/users.md).
0 commit comments