Documentation

Dashboard Access

You can override which dashboards the user has access to by declaring a “dashboards”property, such as the following:

 

{

"dashboards": [ "Marketing", "Sales" ]

}

 
The property “dashboards”is a JSON array with a list of names. When present, the user will have access exclusively to those dashboards. It can be applied to all user types except admin.