FastNetMon offers a granular access control system which allows you to have multiple API users with different access levels. This capability is available from 2.0.368.
To create a new user, you can use the following command:
sudo fcli set user support
Then you need to set a password for it:
sudo fcli set user support password <secure_password>
Then set the role for the user:
sudo fcli set user support role administrator
Show newly created user settings:
sudo fcli show user support
To remove user, use this command:
sudo fcli delete user support
And to list all users, please use this command:
sudo fcli show user

