- Docs
- Client Apps
- Command Line Interface (CLI) App
- Using the CLI to Perform Administrator Actions
- Managing Notifications
Managing Notifications
Notifications for both users and groups can be managed using the CLI app.
Create a Notification for a User
You can use either the username or the ID to create a new notification for a user
files-cli notifications create "path/to/Folder" --username="my_username"
files-cli notifications create "path/to/Folder" --user_id=12345
Create a Notification for a Group
files-cli notifications create "path/to/Folder" --group_id=1111
Delete a Notification
files-cli notifications delete --id=2222