User Management
You can manage RBAC users and assign them specific access-based roles.
- Navigate to Admin > User Management and enter a unique First Name, Last Name, Email ID, and RBAC Password for each user.
- Assign each user with either Admin or User roles. The User role is allowed only view access for dashboards and reports. The Admin role is allowed to perform administrative operations on the FortiPresence VM GUI.
-
Click Add User.
You can modify the assigned role and the password by clicking on Change Password. To delete a user, click the delete icon against the specific user.
To access the Swagger interface, use the URL, https://<hostname>.<domain>/swagger or https://<IP>:7443/swagger. Obtain the authorization token for access, the User ID
and User password
are the FortiPresence VM application portal login credentials, created in Admin > User Management.
$ curl -X POST -k 'https://<FQDN>/api/token/' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"username":"User ID","password":"User password" }'
OR
$ curl -X POST -k 'https://<IP>:7443/api/token/' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"username":"User ID","password":"User password" }'