User Roles and Management
Users must be logged in to the workspace with a Juicebox user account. User permissions (i.e., what users can do once logged in) depends on the user role. There are four user roles: viewer, editor, admin, and owner.
User Roles
Here's an overview of what each role can do.
Action
Viewer
Editor
Admin
Owner
View specific reports that they've been invited to
✔️
N/A
N/A
N/A
Invite viewers to specific reports
✔️
✔️
✔️
View all reports
✔️
✔️
✔️
Edit all reports
✔️
✔️
✔️
Create new reports
✔️
✔️
✔️
Manage users
✔️
✔️
Manage workspace settings
✔️
✔️
Change subscription
and payment info
✔️
Viewer
Viewers can view the reports they've been given access to through an access link. They cannot see reports they have not been given access to and they cannot create new reports or edit reports.
Editor
Editors can view all reports, edit all reports, and create new reports.
Admin
Admins can view all reports, edit all reports, create new reports, and manage user roles and report access in the People page.
Owner
Each workspace has at least one owner. Owners can do everything admins can do. In addition, owners can adjust workspace settings and subscription and payment information.
Managing Users
Workspace owners and admins can manage users through the People page. At the top of the workspace home page, owners and admins will see a People button.
Clicking the People button will open the People page.
The People page lists each workspace user as well as the number of reports the user has access to, the user's role, when the user last logged in, and when the user first signed up. You can search for users using the search bar at the top of the People page. You can sort the values in a column by clicking the column header.
Changing a user's role
To change a user's role, click on the user's name in the list of users. A modal will open where you can select a different role for the user from a dropdown.
Changing a viewer's reports
While owners, admins, and editors can access all reports in a workspace, viewers can only view the reports they have been given access to. To modify a viewer's reports, click on the viewer's name from the list of users. A modal will open where you can modify the viewers report access.
To give the viewer access to all reports in the workspace, select All Reports. To give the user access to specific reports in the workspace, select Customized and then tick the boxes for each report the viewer should have access to.
Changing a user's data permissions
To limit the data that a user can see, you can set data permissions. By default, data permissions are set to {}
, which gives the user access to all records. If a permissions object is added for the user, then the data will be filtered to show only the permitted records. For example, the permissions object below will only display records where customer_id = "30005"
. Information about setting up data permissions can be found here.
Deleting a user
Last updated
Was this helpful?