Documentation

Access Type

You can configure different user roles with different access rights.

 

The property is “userType”and this is the list of possible values:

 

Viewer: They will have interactive access to the dashboards that are shared with them and will be redirected to the viewer portal of our software. They cannot add or edit charts or dashboards.

 

Power_viewer: They will have write access to the dashboards shared with them because we will be working in the copy of the dashboard. Additionally, power viewers can have access to a chart gallery where they can pick charts and add them to a dashboard. They will be redirected to the viewer portal of our software.

 

Editor: They will have access to the admin portal, but with limited features available. Editors need granted access to specific dashboards or data sources.

 

Admin: They will have full access to everything and get redirected to the admin portal.

 

Below is an example for the user type viewer:

 

{

"userType": "VIEWER"

}

 

By default, if no user type is added to the token, a viewer will be created.

 

In general, customizations of the session will no apply to admins as they have full access.