FortiEDR
FortiEDR automates the protection against advanced threats, pre and post-execution, with real time orchestrated incident response functionality.
bksol92
Staff
Staff
Article Id 403978
Description This article describes how to create and delete users in the threat hunting server.
Scope FortiEDR.
Solution

A new user can be created in an on-prem threat hunting repository server and added to an existing group with the following command:

 

# adduser -G <group name> <username>

 

Screenshot 2025-07-29 104854.png

 

A user can be deleted with the following command:

 

# deluser <username>

 

Screenshot 2025-07-29 105227.png

 

Contributors