Mixpanel Community Icon

Restrict User Access on Mixpanel Reports While Allowing Data Range Changes

·
·

I want to block an access from a user on a specific mixpanel report board, but he need to be able to change the data range, but he can't change the fields etc. How i can do that?

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    Hi Emanuel F., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đź‘‹

    Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    To restrict a user's access to a specific Mixpanel report board while still allowing them to change the date range but not modify fields, you'll need to use Mixpanel's sharing and permission features.Based on the knowledge sources, Mixpanel allows you to control who can view and edit reports in a board through permission settings. Here's how you can achieve what you're looking for: 1. Set the user as a "Viewer" of the board rather than an "Editor". Viewers can view reports but cannot save changes to them.As mentioned in the documentation:

    Teammates with access to a board can either be Viewers (any changes made will not be saved) or Editors (changes made will be saved).

    Sharing and PermissionWhen a user has Viewer permissions, they can still interact with the reports by changing filters, date ranges, and other parameters to explore the data, but any changes they make will not be saved to the original report. This means they can adjust the date range for their own analysis, but cannot permanently modify the report's configuration.To set these permissions: 1. Navigate to the board containing your reports 2. Click the "Share" button at the top right of the board 3. Add the user and set their permission level to "Viewer"Note that sharing and permissions are set at the board level, and all reports within that board will inherit the same permissions. If you need more granular control over specific data access, you might also want to explore Mixpanel's Data Views and Data Classification features, which are available on Enterprise plans.

    kapa.ai is still learning and improving, please let me know how I did by reacting below.

    ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.

  • Avatar of Emanuel F.
    Emanuel F.
    ·
    ·

    but he need to able to save because we're using the insights api to retrieve that, and on our website we update that metrics dynamically from what we have on mixpanel date range.