<?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 Is there any API endpoint available to disable a user? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442335#M20376</link>
    <description>&lt;P&gt;Hi Everyone&lt;/P&gt;
&lt;P&gt;I would like to check if there is any endpoint available to disable a user. I checked the documentation but couldn't find anything related.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Sivanesan&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2024 02:20:43 GMT</pubDate>
    <dc:creator>Sivanesan</dc:creator>
    <dc:date>2024-04-18T02:20:43Z</dc:date>
    <item>
      <title>Is there any API endpoint available to disable a user?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442335#M20376</link>
      <description>&lt;P&gt;Hi Everyone&lt;/P&gt;
&lt;P&gt;I would like to check if there is any endpoint available to disable a user. I checked the documentation but couldn't find anything related.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Sivanesan&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 02:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442335#M20376</guid>
      <dc:creator>Sivanesan</dc:creator>
      <dc:date>2024-04-18T02:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any API endpoint available to disable a user?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442339#M20377</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can visit&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/users/#%23%2Fentries%2Fv1%2Fusers%2F-userId-patch" target="_blank" rel="noopener"&gt;Link&amp;nbsp;to do this activity.&lt;/A&gt;&lt;BR /&gt;Method:&amp;nbsp;&lt;STRONG&gt;PATCH&lt;/STRONG&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;API Endpoint: /api/v1/users/&lt;STRONG&gt;&amp;lt;USERID:id&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Payload:&amp;nbsp;{&lt;BR /&gt;"op": "replace",&lt;BR /&gt;"path": "/status",&lt;BR /&gt;"value": "&lt;STRONG&gt;disabled&lt;/STRONG&gt;"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 03:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442339#M20377</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2024-04-18T03:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any API endpoint available to disable a user?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442340#M20378</link>
      <description>&lt;P&gt;Thanks for the response Ajay. But I think this is for Qlik Cloud. We are using Qliksense Server. Maybe I posted the question in a different forum.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 03:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442340#M20378</guid>
      <dc:creator>Sivanesan</dc:creator>
      <dc:date>2024-04-18T03:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any API endpoint available to disable a user?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442343#M20381</link>
      <description>&lt;P&gt;You can &lt;A href="https://help.qlik.com/en-US/sense-developer/February2022/APIs/RepositoryServiceAPI/index.html?page=265" target="_self"&gt;inactivate&lt;/A&gt; the user by "blocking" it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to do that you can use the Repostory API and make PUT request to the &lt;STRONG&gt;/user/{id}&lt;/STRONG&gt; endpoint and setting &lt;STRONG&gt;blacklisted&lt;/STRONG&gt; to &lt;STRONG&gt;true&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2022/APIs/RepositoryServiceAPI/index.html?page=265" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-developer/February2022/APIs/RepositoryServiceAPI/index.html?page=265&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 03:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442343#M20381</guid>
      <dc:creator>stefanstoichev123</dc:creator>
      <dc:date>2024-04-18T03:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any API endpoint available to disable a user?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442344#M20382</link>
      <description>&lt;P&gt;Yes Stefan. I came across this solution and tested this. Thanks for pointing.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Sivanesan&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 03:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Is-there-any-API-endpoint-available-to-disable-a-user/m-p/2442344#M20382</guid>
      <dc:creator>Sivanesan</dc:creator>
      <dc:date>2024-04-18T03:31:41Z</dc:date>
    </item>
  </channel>
</rss>

