<?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: Unable to reactive an inactive user in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/60031#M8016</link>
    <description>&lt;P&gt;Hi Kaniz,&lt;BR /&gt;Can you tell me how can I use the request library, I tried using python but I was unable to activate the user.&amp;nbsp;&lt;BR /&gt;Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2024 11:34:49 GMT</pubDate>
    <dc:creator>AyushPandey</dc:creator>
    <dc:date>2024-02-13T11:34:49Z</dc:date>
    <item>
      <title>Unable to reactive an inactive user</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/59573#M8013</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I am facing an issue with reactivating an inactive user i tried the following json with databricks cli&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;run_update = {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"schemas"&lt;/SPAN&gt;&lt;SPAN&gt;: [ &lt;/SPAN&gt;&lt;SPAN&gt;"urn:ietf:params:scim:api:messages:2.0:PatchOp"&lt;/SPAN&gt;&lt;SPAN&gt; ],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Operations"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"op"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"replace"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"path"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"active"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"value"&lt;/SPAN&gt;&lt;SPAN&gt;: [&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"value"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; ]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;/SPAN&gt;But the user status still remains inactive. Any leads would be helpful.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Feb 2024 11:05:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/59573#M8013</guid>
      <dc:creator>AyushPandey</dc:creator>
      <dc:date>2024-02-07T11:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to reactive an inactive user</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/60031#M8016</link>
      <description>&lt;P&gt;Hi Kaniz,&lt;BR /&gt;Can you tell me how can I use the request library, I tried using python but I was unable to activate the user.&amp;nbsp;&lt;BR /&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 11:34:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/60031#M8016</guid>
      <dc:creator>AyushPandey</dc:creator>
      <dc:date>2024-02-13T11:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to reactive an inactive user</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/72092#M8017</link>
      <description>&lt;P&gt;We are getting this same issue.&amp;nbsp; Somehow two days ago two of our users got set to "Inactive".&amp;nbsp; We've tried the scripts mentioned in the API but they will not reactivate.&lt;/P&gt;&lt;P&gt;We also even got our Azure Owner to run the scripts and generate a pat to try, and it doesn't work for them either.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There needs to be a better way to reactivate users, and there should be some kind of confirmation to deactivate them as no one in our org knows how these two users got set to inactive.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 21:46:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/72092#M8017</guid>
      <dc:creator>FunkyBunches</dc:creator>
      <dc:date>2024-06-07T21:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to reactive an inactive user</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/79016#M8018</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are facing exactly the same issue over here. Two users suddenly set to inactive, reactivation with python script does not work... even with PAT of account admin...&lt;BR /&gt;&lt;BR /&gt;Help is much apprechiated!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 15:52:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/79016#M8018</guid>
      <dc:creator>Jürg</dc:creator>
      <dc:date>2024-07-16T15:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to reactive an inactive user</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/79062#M8019</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99462"&gt;@AyushPandey&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106540"&gt;@FunkyBunches&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;just found a dirty workaround for inactive users.&lt;BR /&gt;1. delete the user on the workspace&lt;BR /&gt;2. delete the user on the account console&lt;BR /&gt;3. add the user on the account console&lt;BR /&gt;4. add the user on the workspace again&lt;/P&gt;&lt;P&gt;if it's a user without any dependency, so not owning jobs, clusters etc. this should do the trick...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 07:19:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/79062#M8019</guid>
      <dc:creator>Jürg</dc:creator>
      <dc:date>2024-07-17T07:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to reactive an inactive user</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/82429#M8020</link>
      <description>&lt;P&gt;This does not work for me. The user is recreated with the same ID as before and remains inactive. Any resolution?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 16:57:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/82429#M8020</guid>
      <dc:creator>bencsik</dc:creator>
      <dc:date>2024-08-08T16:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to reactive an inactive user</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/82430#M8021</link>
      <description>&lt;P&gt;In our case it was because of the Azure SCIM.&amp;nbsp; We needed to remove and add the user in Azure due to the way the Active Directory works without federated identity.&amp;nbsp; It took us a week to figure it out.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 17:00:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/82430#M8021</guid>
      <dc:creator>FunkybunchOO</dc:creator>
      <dc:date>2024-08-08T17:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to reactive an inactive user</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/82433#M8022</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/115378"&gt;@FunkybunchOO&lt;/a&gt;&amp;nbsp;Thank you for your response! I will look into other connections, but we are not currently using SCIM. There must be something similar blocking the activation.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 17:12:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/82433#M8022</guid>
      <dc:creator>bencsik</dc:creator>
      <dc:date>2024-08-08T17:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to reactive an inactive user</title>
      <link>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/82585#M8023</link>
      <description>&lt;P&gt;To be transparent, we didn't know we were using SCIM either, which was one of the reasons it took us a bit to figure it out.&amp;nbsp; Basically what happened, is that an update to one group removed access from people who weren't part of that group, even though they were under another group that should have had access.&amp;nbsp; Basically Azure Databricks doesn't work with nested groups properly.&amp;nbsp; So to fix it, we removed the nested groups, and added only the specific groups to the relevant permissions.&amp;nbsp; There were only two of us who weren't a member of the second group, so it seemed like a specific permission setting, instead of a group setting.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 17:03:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/unable-to-reactive-an-inactive-user/m-p/82585#M8023</guid>
      <dc:creator>FunkyBunches</dc:creator>
      <dc:date>2024-08-09T17:03:35Z</dc:date>
    </item>
  </channel>
</rss>

