FastNetMon offers granular access control system which allows you to have multiple API users with different access level. This capability is available from 2.0.368.
To create new user you can use following command:
sudo fcli set user support
Then you need to set password for it:
sudo fcli set user support password <secure_password>
Then set role for user:
sudo fcli set user support role administrator
Show new 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