<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to limit the AI/BI dashboard sharing people-picker to workspace members in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161616#M5397</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/112558"&gt;@iyashk-DB&lt;/a&gt;&amp;nbsp;for the advice.&lt;/P&gt;&lt;P&gt;Indeed we are grateful for and rely on the "all workspace users" sharing group!&lt;/P&gt;&lt;P&gt;However, it does not matter how many convenient groups we create for sharing, our customer user X sees accounts from our customer Y when they search in the dashboard sharing dialog, which we can't have.&lt;/P&gt;&lt;P&gt;We administrate and control very precisely which users and user groups have access to which catalogs and which workspaces. It would be ideal if we could limit sharing from a workspace to other users of that workspace.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2026 06:12:33 GMT</pubDate>
    <dc:creator>charl-p-botha</dc:creator>
    <dc:date>2026-07-06T06:12:33Z</dc:date>
    <item>
      <title>How to limit the AI/BI dashboard sharing people-picker to workspace members</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161294#M5391</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;We follow the environment-isolation guidance in [1], relying on between-workspace and within-workspace separation (Unity Catalog, catalog-workspace bindings, ACLs). In our case we have different groups of users each assigned to their own isolated workspace. For data and compute this works exactly as advertised.&lt;/P&gt;&lt;P&gt;We have, however, hit a confidentiality problem with AI/BI dashboard sharing. When a user in one of these isolated workspaces opens the Share dialog and types into the "add people" box, the frontend calls the graphql/listPrincipals endpoint, which returns all users across the entire account, regardless of workspace membership. In other words, a user in Workspace A can enumerate, by display name and email address, every other user in the account, including users belonging to entirely unrelated workspaces and customers.&lt;/P&gt;&lt;P&gt;Because dashboards are account-level shareable assets, this picker appears to be account-scoped by design (see [2], [3]): "account users can be assigned as recipients for dashboards ... across any workspace in the account." The unfortunate consequence is that the between-workspace identity isolation implied by the guidance in [1] is quietly undone at the sharing dialog.&lt;/P&gt;&lt;P&gt;After an in-depth exploration of all documentation and also the latest databricks cli, I have not been able to find any way to scope this picker to a workspace:&lt;/P&gt;&lt;P&gt;- Disabling Automatic Identity Management [4] narrows the search from the entire Entra tenant down to the registered account users, but it remains account-wide.&lt;BR /&gt;- None of the workspace settings / workspace-conf keys, nor any of the AI/BI admin controls (embedding, email subscriptions, results download, ownership transfer), gate who appears in the picker.&lt;BR /&gt;- On Azure the account is 1:1 with the Entra tenant, so isolating into separate accounts would mean separate tenants, and would in any case break the central Unity Catalog metastore that [1] encourages us to rely on.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please suggest a way whereby the dashboard sharing people-picker / listPrincipals, and more importantly sharing in general, can be limited to users assigned to the current workspace?&lt;/STRONG&gt; A user in an isolated workspace should not be able to enumerate are share with the users of other isolated workspaces.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Charl Botha, Stone Three&lt;/P&gt;&lt;P&gt;[1] &lt;A href="https://community.databricks.com/t5/technical-blog/isolation-of-environments-on-the-databricks-data-intelligence/ba-p/56737" target="_blank" rel="noopener"&gt;https://community.databricks.com/t5/technical-blog/isolation-of-environments-on-the-databricks-data-intelligence/ba-p/56737&lt;/A&gt;&lt;BR /&gt;[2] &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dashboards/share/share" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/dashboards/share/share&lt;/A&gt;&lt;BR /&gt;[3] &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dashboards/admin/" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/dashboards/admin/&lt;/A&gt;&lt;BR /&gt;[4] &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/admin/users-groups/automatic-identity-management/" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/admin/users-groups/automatic-identity-management/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2026 11:15:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161294#M5391</guid>
      <dc:creator>charl-p-botha</dc:creator>
      <dc:date>2026-07-03T11:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the AI/BI dashboard sharing people-picker to workspace members</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161308#M5393</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/122949"&gt;@charl-p-botha&lt;/a&gt;,&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Your concern is understandable, and based on the current public documentation, what you are seeing is consistent with how AI/BI dashboard sharing works today.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Published AI/BI Dashboards are documented as shareable with users and groups in the Databricks account, not only with members of the current workspace. The public docs state that you can share dashboards with users and groups in your account, that account users do not need workspace membership to be recipients, and that account users can be assigned as recipients across workspaces in the account. The relevant references are &lt;A href="https://docs.databricks.com/aws/en/dashboards/share/share" rel="noopener noreferrer nofollow" target="_blank"&gt;Share a dashboard&lt;/A&gt; and the &lt;A href="https://docs.databricks.com/aws/en/ai-bi/admin" rel="noopener noreferrer nofollow" target="_blank"&gt;AI/BI administration guide&lt;/A&gt;.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;The same account-scoped model is also reflected in Databricks public AI/BI sharing blog, which explains that dashboards can be shared with users in other workspaces in the same organisation and with account-level view-only users, and that individual users or groups appear in the sharing dialog search results. See &lt;A href="https://www.databricks.com/blog/sharing-aibi-dashboards" rel="noopener noreferrer nofollow" target="_blank"&gt;How to share AI/BI Dashboards with everyone in your organization&lt;/A&gt;.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Because of that, I'm not aware of a documented admin setting today that restricts the dashboard-sharing people picker to only members of the current workspace. So the behaviour you observed appears to be a current product limitation for customers that rely on strict workspace-level identity isolation, rather than a simple misconfiguration.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If your goal is strict data-plane isolation, the main controls described in the public docs are to publish with Individual data permissions instead of shared data permissions and to rely on workspace-bound securables where appropriate. The docs note that account users without workspace membership cannot access data from workspace-bound securables. See &lt;A href="https://docs.databricks.com/aws/en/dashboards/share/share" rel="noopener noreferrer nofollow" target="_blank"&gt;Share a dashboard&lt;/A&gt; and the &lt;A href="https://docs.databricks.com/aws/en/ai-bi/admin" rel="noopener noreferrer nofollow" target="_blank"&gt;AI/BI administration guide&lt;/A&gt;.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;That said, those controls do not solve the specific concern you raised about recipient discovery in the people picker. If the requirement is that users in Workspace A should not be able to discover or target identities that are only relevant to Workspace B, then this is best treated as a feature request for workspace-scoped recipient search and workspace-scoped sharing controls.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;As a partner, the best way to push this forward is to ask your Databricks contact team to file product feedback for something like: "Limit AI/BI dashboard recipient search and sharing to principals assigned to the current workspace, or provide an admin control to disable account-scoped recipient discovery."&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;I would recommend including the following in that request:&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Whether you need the restriction only in the people picker, or also enforced at the API / permission layer&lt;/LI&gt;
&lt;LI class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Whether Automatic Identity Management is enabled&lt;/LI&gt;
&lt;LI class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Your cloud and identity provider&lt;/LI&gt;
&lt;LI class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Whether the requirement is driven by customer isolation, regulated workloads, or partner multi-tenant delivery&lt;/LI&gt;
&lt;LI class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Whether a workspace-only mode would be sufficient, or whether you need an account-level allowlist model&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;That should allow the product team to see if this feature can be added in the future.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2026 15:41:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161308#M5393</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-07-03T15:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the AI/BI dashboard sharing people-picker to workspace members</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161480#M5394</link>
      <description>&lt;P&gt;Today there's no admin setting today that scopes the "add people" search to just your workspace, it's an account-wide search by design since AI/BI dashboards are shareable with any account user regardless of workspace membership.&lt;/P&gt;
&lt;P&gt;One thing that can help in the meantime: instead of searching for individuals in the people picker, share the dashboard with the built-in "All workspace users" system group. It's automatically maintained by Databricks and only contains members of that specific workspace, so you skip the free-text search entirely and don't expose the account-wide directory to whoever is sharing. You'll find it listed right alongside your other groups in the sharing dialog, no sync or setup needed.&lt;/P&gt;
&lt;P&gt;If you need more granular access than "everyone in the workspace," the more scalable route is to have your admin sync a workspace-specific group from your IdP (Entra ID, Okta, etc.) via SCIM and share with that group instead of individuals. Same effect: your users only ever pick a group name they already know, never search through the account's full user list.&lt;/P&gt;
&lt;P&gt;Neither of these closes the underlying gap Ashwin flagged; the people picker itself is still account-scoped when you do search for a person, so if someone needs to add a specific individual by name, that exposure is still there. For that part, filing it as product feedback for workspace-scoped recipient search is the right call since it sounds like a genuine gap for anyone relying on strict workspace isolation.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2026 13:24:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161480#M5394</guid>
      <dc:creator>iyashk-DB</dc:creator>
      <dc:date>2026-07-05T13:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the AI/BI dashboard sharing people-picker to workspace members</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161615#M5396</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/216690"&gt;@Ashwin_DSA&lt;/a&gt;&amp;nbsp;for confirming my findings that there's currently no way to limit the picker to current workspace users.&lt;/P&gt;&lt;P&gt;For the record:&lt;/P&gt;&lt;P&gt;We have requested via our Azure support channels that our request for such a feature be escalated, FWIW.&lt;/P&gt;&lt;P&gt;I'm not sure at this point if we should try to put in the request via Databricks partner contacts as well, us much as we as recently-started partner have access to them. &lt;STRONG&gt;What do you think?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For the record:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;On the short term, having it restricted in the people picker would already help a great deal, but indeed API / permission layer would be ideal.&lt;/LI&gt;&lt;LI&gt;We had AIM briefly enabled (around 1 day), until we saw this identity directory leakage at which point we promptly disabled it.&lt;/LI&gt;&lt;LI&gt;We are using Azure Entra ID with Azure Databricks.&lt;/LI&gt;&lt;LI&gt;Our requirement is driven by customer isolation. We don't want customer X browsing customer Y's users.&lt;/LI&gt;&lt;LI&gt;Workspace-only mode would be fantastic, as we are already relying on workspace isolation for all of our other customer-driven requirements.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 06:06:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161615#M5396</guid>
      <dc:creator>charl-p-botha</dc:creator>
      <dc:date>2026-07-06T06:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the AI/BI dashboard sharing people-picker to workspace members</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161616#M5397</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/112558"&gt;@iyashk-DB&lt;/a&gt;&amp;nbsp;for the advice.&lt;/P&gt;&lt;P&gt;Indeed we are grateful for and rely on the "all workspace users" sharing group!&lt;/P&gt;&lt;P&gt;However, it does not matter how many convenient groups we create for sharing, our customer user X sees accounts from our customer Y when they search in the dashboard sharing dialog, which we can't have.&lt;/P&gt;&lt;P&gt;We administrate and control very precisely which users and user groups have access to which catalogs and which workspaces. It would be ideal if we could limit sharing from a workspace to other users of that workspace.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 06:12:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161616#M5397</guid>
      <dc:creator>charl-p-botha</dc:creator>
      <dc:date>2026-07-06T06:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the AI/BI dashboard sharing people-picker to workspace members</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161852#M5398</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/122949"&gt;@charl-p-botha&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Azure support channels will typically help you with any blockers or issues you encounter. Since this current behavior is expected for the product, I recommend that you reach out to your account team or the partner channel. This way, your concerns can be treated as a feature request or product feedback for the relevant teams to consider adding to their backlog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2026 10:01:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/161852#M5398</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-07-06T10:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit the AI/BI dashboard sharing people-picker to workspace members</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/164930#M5497</link>
      <description>&lt;P&gt;I have been raising the exact same concerns when we noticed these and other changes in how Databricks handles access and sharing. The lack of control options when new features are rolled out is not very customer oriented, especially since they are usually feature settings on workspace level and are turned on by default.&lt;BR /&gt;&lt;BR /&gt;New features are of course welcome, but they should add functionality we want to use and not compromise our IT strategy and security.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2026 10:04:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-limit-the-ai-bi-dashboard-sharing-people-picker-to/m-p/164930#M5497</guid>
      <dc:creator>Syntera</dc:creator>
      <dc:date>2026-08-05T10:04:11Z</dc:date>
    </item>
  </channel>
</rss>

