6
Feature Request: Multi-User websites
Source: umami-software/umami#907 · opened by @patrykgz
Hi all, would it be possible to implement shared access to analytics data through multiple accounts in Umami? For example, let's say our instance has the following:
• Website A
• Website B
• User C
• User D
I would like to modify the existing permission implementation to support User C AND User D having access to Website A, but only User C can access Website B.
Looking at the db schema Umami uses, this does not seem like a quick fix and is probably a breaking change. As I understand the schema currently, Umami has a column which denotes the user id that has access to a website analytics data. My suggested change is to add a new table to the schema which has the access rights per user and website. For example:
| UserId | WebsiteId |
| ----------- | --------------- |
Or perhaps the following
| UserId | WebsiteId | Role |
| ----------- | --------------- | ------- |
Thanks :)
• Website A
• Website B
• User C
• User D
I would like to modify the existing permission implementation to support User C AND User D having access to Website A, but only User C can access Website B.
Looking at the db schema Umami uses, this does not seem like a quick fix and is probably a breaking change. As I understand the schema currently, Umami has a column which denotes the user id that has access to a website analytics data. My suggested change is to add a new table to the schema which has the access rights per user and website. For example:
| UserId | WebsiteId |
| ----------- | --------------- |
Or perhaps the following
| UserId | WebsiteId | Role |
| ----------- | --------------- | ------- |
Thanks :)
No pledges yet. Be the first to back this.
Comments
Similar requests
Feature Request: Improved User Experience for Team-Only Users
11 votes · 0 comments
Teams v3 - a few suggestions
2 votes · 0 comments
Feature request: Improve websites list view: pagination, sorting, and metrics overview
2 votes · 0 comments
Feature request: Official MCP support — create websites & read tracking codes via AI assistants
5 votes · 0 comments
[Feature Request] Add an Aggregated Dashboard View for Multiple Websites
11 votes · 0 comments
No comments yet.