<?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: Programmatically activate groups in account in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/137047#M4322</link>
    <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I've been working on setting up the &lt;SPAN&gt;bulk initial activation at the creation time of the Entra groups. This seems to work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I missed the maximum number of groups in the account however, which seems to be 5K. That will likely be too low for my clients use-case. Is this a technical limit or something that can be adjusted?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;</description>
    <pubDate>Fri, 31 Oct 2025 15:32:58 GMT</pubDate>
    <dc:creator>SvenRelijveld</dc:creator>
    <dc:date>2025-10-31T15:32:58Z</dc:date>
    <item>
      <title>Programmatically activate groups in account</title>
      <link>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/133033#M4098</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am currently trying to use the Accounts SDK to add External groups from Entra ID to functional groups within Databricks. I expect thousands of groups in Entra and I want to add these groups programmatically (for example) to a group in Databricks that has access to an Endpoint, or a Dashboard or give them consumer access by default.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Example: thousand of Entra groups called 'projectgroup_projectcode_external_managed_automatic' into a non-Entra databricks group 'Databricks Vector Search Readers'. This way I can manage the permissions of functional groups within databricks and the organizational groups and their members are managed in Entra, outside my scope by another team.&lt;/P&gt;&lt;P&gt;Our Entra groups have a very standardized structure, with which i can filter it down to the correct set of groups&lt;BR /&gt;&lt;A href="https://docs.databricks.com/api/azure/account/accountgroupsv2/list" target="_blank"&gt;List group details. | Account Groups API | REST API reference | Azure Databricks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;filter=displayName co "foo" and displayName co "bar"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Now I noticed that untill the groups are activated, I cannot find them with the API or SDK. I can find them through the UI however with Automatic Identity Management, and i notice this is powered by GraphQL, probably directly querying the Microsoft Graph API.&lt;/P&gt;&lt;P&gt;How can I programmatically 'activate' these External Entra groups within databricks account, such that i can manage them from there?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 13:42:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/133033#M4098</guid>
      <dc:creator>Sven_Relijveld</dc:creator>
      <dc:date>2025-09-25T13:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically activate groups in account</title>
      <link>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/133093#M4104</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/186605"&gt;@Sven_Relijveld&lt;/a&gt;&amp;nbsp;, I did some digging/research and here is a summary of what I uncovered:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;There is currently no public Databricks Accounts API that lets you pre-activate or bulk-import Entra groups directly by object ID or filter. JIT provisioning via assignment is the only way for AIM.&lt;/LI&gt;
&lt;LI&gt;You can automate bulk initial activation by scripting permission/group/resource assignments in the UI or via account/workspace assignment APIs, if your environment has access.&lt;/LI&gt;
&lt;LI&gt;For direct Entra-to-Databricks group sync and management, configure a SCIM connector and manage assignments in Entra.&lt;/LI&gt;
&lt;LI&gt;After activation, all group operations, including permissions, access assignment, and consumption in group-based policies/workflows, can be performed programmatically via the Account Groups API, SDKs, or the Terraform provider.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this is helpful.&lt;/P&gt;
&lt;P&gt;Cheers, Louis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 16:15:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/133093#M4104</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-09-26T16:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically activate groups in account</title>
      <link>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/137047#M4322</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I've been working on setting up the &lt;SPAN&gt;bulk initial activation at the creation time of the Entra groups. This seems to work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I missed the maximum number of groups in the account however, which seems to be 5K. That will likely be too low for my clients use-case. Is this a technical limit or something that can be adjusted?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 15:32:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/137047#M4322</guid>
      <dc:creator>SvenRelijveld</dc:creator>
      <dc:date>2025-10-31T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically activate groups in account</title>
      <link>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/137093#M4324</link>
      <description>&lt;P class="p1"&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/186605"&gt;@Sven_Relijveld&lt;/a&gt;&amp;nbsp;— great to hear that your bulk-initial activation workflow is working as expected. Thanks for the update.&lt;/P&gt;
&lt;P class="p1"&gt;Regarding the 5K external group limit you’re seeing:&lt;/P&gt;
&lt;P class="p1"&gt;That is the current &lt;SPAN class="s1"&gt;&lt;STRONG&gt;default soft quota&lt;/STRONG&gt;&lt;/SPAN&gt; for Azure Databricks accounts. It exists to prevent accidental large-scale syncs that could cause performance and governance challenges. That said, we do support environments that exceed this threshold — especially for enterprise-scale Entra-driven identity architectures like yours.&lt;/P&gt;
&lt;P class="p1"&gt;To move forward, the right next step is to &lt;SPAN class="s1"&gt;&lt;STRONG&gt;file a support ticket&lt;/STRONG&gt;&lt;/SPAN&gt; with the details of your use case, scale projections, and identity topology. Our engineering team will review and can increase the limit where appropriate.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Cheers, Louis.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 17:10:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/137093#M4324</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-10-31T17:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically activate groups in account</title>
      <link>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/137282#M4330</link>
      <description>&lt;P&gt;Great, thank you Louis, for the quick and detailed response! We'll get the account team to go over the use-case with us.&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;Sven&lt;/P&gt;</description>
      <pubDate>Sun, 02 Nov 2025 11:57:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/programmatically-activate-groups-in-account/m-p/137282#M4330</guid>
      <dc:creator>SvenRelijveld</dc:creator>
      <dc:date>2025-11-02T11:57:27Z</dc:date>
    </item>
  </channel>
</rss>

