<?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: Which API to use to list groups in which a given user is a member in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/123169#M3530</link>
    <description>&lt;P&gt;there will be 2 system tables soon - users, groups. Probably, that makes life easy. I have already requested the Databricks RAS meant for my customer to enabled these for our control plane&lt;/P&gt;</description>
    <pubDate>Sat, 28 Jun 2025 21:40:29 GMT</pubDate>
    <dc:creator>noorbasha534</dc:creator>
    <dc:date>2025-06-28T21:40:29Z</dc:date>
    <item>
      <title>Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98336#M2261</link>
      <description>&lt;P&gt;Is there an API that can be used to list groups in which a given user is a member? Specifically, I’d be interested in account (not workspace) groups.&lt;/P&gt;&lt;P&gt;It seems there used to be a workspace-level &lt;STRONG&gt;list-parents&lt;/STRONG&gt; API referred to in the answers to &lt;A href="https://community.databricks.com/t5/data-engineering/which-rest-api-to-use-in-order-to-list-the-groups-that-belong-to/td-p/11140" target="_self"&gt;this question&lt;/A&gt;. The current documentation, however, does not seem to mention list-parents – has it been deprecated?&lt;/P&gt;&lt;P&gt;I know I can get the required info by listing each group's users and parsing the response, but that’s rather tedious. Is there an API for this I haven’t found?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 14:05:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98336#M2261</guid>
      <dc:creator>rpl</dc:creator>
      <dc:date>2024-11-11T14:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98357#M2262</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/95128"&gt;@rpl&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can explore this API:&amp;nbsp;&lt;A href="https://docs.databricks.com/api/workspace/users/get" target="_blank"&gt;https://docs.databricks.com/api/workspace/users/get&lt;/A&gt;&amp;nbsp;&lt;SPAN&gt;which would return an attribute (“groups”) showing the groups a user belongs to at the account level&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 17:12:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98357#M2262</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2024-11-11T17:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98409#M2267</link>
      <description>&lt;P&gt;Thanks! But this doesn’t do what I need. It is a workspace-level API that AFAIU returns info on groups that grant the user privileges to the workspace itself, probably also workspace-specific objects like secret scopes, folders etc. If the (account-level) user does not have privileges to he workspace in question, the API returns 404.&lt;/P&gt;&lt;P&gt;What i'm looking for is listing all account-level groups the user is a member in, including groups used to grant privileges to Unity Catalog securable objects. I also don’t necessarily know what workspaces (if any) the user has privileges to when i'm making the query.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 06:55:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98409#M2267</guid>
      <dc:creator>rpl</dc:creator>
      <dc:date>2024-11-12T06:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98795#M2293</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106294"&gt;@Alberto_Umana&lt;/a&gt;,&amp;nbsp;do i understand correctly that there isn’t currently an endpoint that returns the info I need? May I request this feature be added on the roadmap? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A bit of context: we have tens of catalogs in Unity Catalog and several workspaces in our account. I’d like a convenient way of querying what groups a user belongs to (our groups are named according to the objects they give privileges to). This would help a lot with troubleshooting when a user reports they don't have access to something they think they should.&lt;/P&gt;&lt;P&gt;I guess for the time being, I need to code a function that uses the python SDK and does some joining.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 12:28:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98795#M2293</guid>
      <dc:creator>rpl</dc:creator>
      <dc:date>2024-11-14T12:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98806#M2294</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/95128"&gt;@rpl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Maybe you're looking for following endpoint. This endpoint will return in its payload all groups along with membership info. Then you can easily find where user you're interested in belongs to.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.databricks.com/api/account/accountgroups/list" target="_blank" rel="noopener"&gt;List group details | Account Groups API | REST API reference | Databricks on AWS&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 13:43:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98806#M2294</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-11-14T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98808#M2295</link>
      <description>&lt;P&gt;That API returns the members of a group. I'm looking for the converse: i know the user and i'd like to know what groups they are a member of.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 13:43:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98808#M2295</guid>
      <dc:creator>rpl</dc:creator>
      <dc:date>2024-11-14T13:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98814#M2296</link>
      <description>&lt;P&gt;This API will return all groups that belong to your account. Also, in the json payload you have members attribute that you can leverge to filter out payload by a member to whom you want to find group names he belongs to.&lt;BR /&gt;If you perform that filtration, you'll end up with all the groups this user belongs to.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 13:51:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98814#M2296</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-11-14T13:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98872#M2306</link>
      <description>&lt;P&gt;Brilliant, thank you! I tried out that one via databricks CLI, but the CLI doesn’t return members. Using the API directly fixed that.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 08:29:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98872#M2306</guid>
      <dc:creator>rpl</dc:creator>
      <dc:date>2024-11-15T08:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98874#M2307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Cool, I'm happy that it worked for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 08:45:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/98874#M2307</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-11-15T08:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/122943#M3520</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/95128"&gt;@rpl&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Could you pls help me with this ? How did you fixed it using the API&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 11:21:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/122943#M3520</guid>
      <dc:creator>mthompson2025</dc:creator>
      <dc:date>2025-06-26T11:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/123071#M3529</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/172164"&gt;@mthompson2025&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Basically, it what I described above.&amp;nbsp;&lt;SPAN&gt;This API&amp;nbsp;&lt;A href="https://docs.databricks.com/api/account/accountgroups/list" target="_blank" rel="noopener nofollow noreferrer"&gt;List group details | Account Groups API | REST API reference | Databricks on AWS&lt;/A&gt; will return all groups that belong to your account. Also, in the &lt;STRONG&gt;json payload&lt;/STRONG&gt; you have &lt;STRONG&gt;members attribute&lt;/STRONG&gt; that you can leverge to filter out payload by a member to whom you want to find group names he belongs to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you perform that filtration, you'll end up with all the groups this user belongs to.&lt;BR /&gt;&lt;BR /&gt;Back then the payload received by using cli was different than the one from rest api. But maybe nowadays they aligned it. You can check it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 13:45:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/123071#M3529</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-06-27T13:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/123169#M3530</link>
      <description>&lt;P&gt;there will be 2 system tables soon - users, groups. Probably, that makes life easy. I have already requested the Databricks RAS meant for my customer to enabled these for our control plane&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jun 2025 21:40:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/123169#M3530</guid>
      <dc:creator>noorbasha534</dc:creator>
      <dc:date>2025-06-28T21:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/123321#M3537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tested the Groups endpoint but noticed something odd in the response. The API is only returning minimal group information:&lt;/SPAN&gt;&lt;BR /&gt;"Resources": [&lt;BR /&gt;{&lt;BR /&gt;"displayName": "",&lt;BR /&gt;"id": ""&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The critical "members" attribute is completely missing from the response, making it impossible to determine which groups a specific user belongs to. I expected to see member lists for each group that I could filter through.&lt;/P&gt;&lt;P&gt;Do you know why the API might be returning this limited data? Is this potentially a permission issue with my access token, or perhaps a configuration setting I'm missing?&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Jun 2025 16:04:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/123321#M3537</guid>
      <dc:creator>mthompson2025</dc:creator>
      <dc:date>2025-06-30T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/123359#M3542</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/172164"&gt;@mthompson2025&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Bit weird. I checked and in my case I got expected payload. Maybe try to add following query parameter to request url:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="https://accounts.azuredatabricks.net/api/2.0/accounts/" target="_blank" rel="noopener"&gt;https://accounts.azuredatabricks.net/api/2.0/accounts/&lt;/A&gt;&lt;STRONG&gt;your_account_id&lt;/STRONG&gt;/scim/v2/Groups?&lt;STRONG&gt;attributes=displayName,members&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;You can double check if your group contain some members. As you can see on below screen, databricks-admins group doesn't have any members (and hence missing members attribute)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1751316887996.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17869i7B768EF41F86312E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1751316887996.png" alt="szymon_dybczak_0-1751316887996.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 20:58:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/123359#M3542</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-06-30T20:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/140490#M4555</link>
      <description>&lt;P&gt;I've tried this but no member information is returned.... Any idea why and how i can fix this?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 08:20:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/140490#M4555</guid>
      <dc:creator>ECCBV</dc:creator>
      <dc:date>2025-11-27T08:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Which API to use to list groups in which a given user is a member</title>
      <link>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/147924#M4832</link>
      <description>&lt;P&gt;Could it be because of the below:&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;A href="https://docs.databricks.com/api/account/accountgroups/list" target="_blank" rel="noopener"&gt;https://docs.databricks.com/api/account/accountgroups/list&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Gets all details of the groups associated with the Databricks account. As of 08/22/2025, this endpoint will no longer return members. Instead, members should be retrieved by iterating through&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Get group details&lt;/SPAN&gt;. Existing accounts that rely on this attribute will not be impacted and will continue receiving member data as before.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Feb 2026 16:19:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/which-api-to-use-to-list-groups-in-which-a-given-user-is-a/m-p/147924#M4832</guid>
      <dc:creator>sezgin</dc:creator>
      <dc:date>2026-02-10T16:19:49Z</dc:date>
    </item>
  </channel>
</rss>

