<?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: Changes to Active Directory user with Windows Authentication in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1111698#M13134</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/366760"&gt;@igallion&lt;/a&gt;&amp;nbsp;It's the latter where it's only done upon first login and never re-synced for that user.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2023 14:47:25 GMT</pubDate>
    <dc:creator>patrick_digan</dc:creator>
    <dc:date>2023-04-12T14:47:25Z</dc:date>
    <item>
      <title>Changes to Active Directory user with Windows Authentication</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1111668#M13133</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running Alteryx server using Windows Authentication. I would like to ask, when changes are made to a user's Active Directory account such as their first name or last name, are these changes automatically synced to their gallery account as well? Are the user attributes routinely synced with Active Directory or is this only done upon the first log in to the gallery?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 14:23:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1111668#M13133</guid>
      <dc:creator>igallion</dc:creator>
      <dc:date>2023-04-12T14:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to Active Directory user with Windows Authentication</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1111698#M13134</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/366760"&gt;@igallion&lt;/a&gt;&amp;nbsp;It's the latter where it's only done upon first login and never re-synced for that user.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 14:47:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1111698#M13134</guid>
      <dc:creator>patrick_digan</dc:creator>
      <dc:date>2023-04-12T14:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to Active Directory user with Windows Authentication</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1111796#M13140</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2387"&gt;@patrick_digan&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 16:55:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1111796#M13140</guid>
      <dc:creator>igallion</dc:creator>
      <dc:date>2023-04-12T16:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to Active Directory user with Windows Authentication</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1146650#M13509</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2387"&gt;@patrick_digan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;is there any way to resync users from AD?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 09:42:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1146650#M13509</guid>
      <dc:creator>MNasr</dc:creator>
      <dc:date>2023-06-11T09:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changes to Active Directory user with Windows Authentication</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1146903#M13516</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/136394"&gt;@MNasr&lt;/a&gt;&amp;nbsp;I've never tried it, but I'm assuming the v3 API's available with server 21.4+ would allow you to resync things yourself. You would have to first grab data from AD (&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Using-Alteryx-to-query-Active-Directory/td-p/462260" target="_blank"&gt;https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Using-Alteryx-to-query-Active-Directory/td-p/462260&lt;/A&gt;) and then you would have to utilize the v3 APIs to update user info (using the put endpoint below). &lt;A href="https://community.alteryx.com/t5/Engine-Works/Introducing-the-Alteryx-Server-v3-API/ba-p/899228" target="_blank" rel="noopener"&gt;This page&lt;/A&gt; or &lt;A href="https://community.alteryx.com/t5/Community-Gallery/Server-API-tool/ta-p/1137256" target="_blank" rel="noopener"&gt;this macro&lt;/A&gt;&amp;nbsp;may be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="patrick_digan_0-1686567891270.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/309445iDBFD719C3C421FB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="patrick_digan_0-1686567891270.png" alt="patrick_digan_0-1686567891270.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 11:06:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Changes-to-Active-Directory-user-with-Windows-Authentication/m-p/1146903#M13516</guid>
      <dc:creator>patrick_digan</dc:creator>
      <dc:date>2023-06-12T11:06:46Z</dc:date>
    </item>
  </channel>
</rss>

