cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member

DISABLE "ADD TO PULSE" FEATURE ON WIDGETS FOR ALL VIEWERS

Few businesses don't want their Users (Viewers) of the dashboard to add pulse alerts from the visualizations of the dashboard. Though we don't have any feature in the current version of the product that lets you turn the 'Add to Pulse' off for specific widgets/dashboards or for all dashboards/widgets, we could turn the feature off for all dashboards/widgets for a specific user role using the REST APIs. 
To perform this change, log into Sisense with your Admin credentials and go to Admin Tab > REST API (on the left pane) 
Under the REST APIs, go to 0.9 and choose the PUT endpoint of */roles
/{idOrName}
/manifest
/{path} - 
Using the 'Try Out' feature, enter the following value for the different parameter required for executing this api end point. 
IdOrName:
consumer
Path:
/widgets
Manifest:
{

  "add_to_pulse": false

}
Note: If you have already done some customization done on the user role: 'consumer', then use the POST request of the same endpoint. 

Once you execute the api endpoint, confirm if you get a response code of 200 which marks that the change has been made to the role settings.  

After performing this using the api endpoint, the 'Viewers' of the dashboard will not have the ability to add to pulse but the settings of the designers and the admins will stay the same. 
Comments
MikeGre
9 - Travel Pro
9 - Travel Pro

Very nice idea!

Sushant_Cropin
8 - Cloud Apps
8 - Cloud Apps

Do you know similar plugin for Notebooks tab?

DRay
Community Team Member
Community Team Member

This was a community-created plugin and is not supported by Sisense. As the file does not appear to be available anymore we have removed the reference to it.

Version history
Last update:
‎02-09-2024 11:23 AM
Updated by:
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: