We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32675b commit f581336Copy full SHA for f581336
1 file changed
docs/userguides/legalhold.md
@@ -56,8 +56,8 @@ To release multiple custodians at once:
56
57
1. Enter the matter ID(s) and Code42 usernames to the [CSV file template you generated](#get-csv-template).
58
2. Save the file to your current working directory.
59
-3. Use the `bulk remove-user` command with the file path of the CSV you created. For example:
60
- `code42 legal-hold bulk remove-user /Users/admin/remove_users_from_legal_hold.csv`
+3. Use the `bulk remove` command with the file path of the CSV you created. For example:
+ `code42 legal-hold bulk remove /Users/admin/remove_users_from_legal_hold.csv`
61
62
### Release a single custodian
63
0 commit comments