<?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>question Requirement: Add Multiple Users to an AD Group via Flow Designer in ServiceNow in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/requirement-add-multiple-users-to-an-ad-group-via-flow-designer/m-p/3324099#M1216352</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Requirement: Add Multiple Users to an AD Group via Flow Designer in ServiceNow&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We want to design a Flow in ServiceNow to add users to an Active Directory (AD) group using three different input methods. The process must check if a user is already a member of the target AD group — if they are, the flow should skip them; if not, the user should be added to the group.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Option 1: Add Users by User ID&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;A field should auto-populate when "Add User by User ID" is selected.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The input should accept multiple User IDs, separated by commas (e.g., Satish_S, Ajit_S, Ritesh_S, Nikhi_S, Manish_s).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For each user ID:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Check if the user is already a member of the selected AD group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not a member, add the user to the group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If already a member, skip the user.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;Option 2: Add Users by Email ID&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;A field should auto-populate when "Add User by Email ID" is selected.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The input should accept multiple email addresses, separated by commas (e.g., Satish_S@gmail.com, Ajit_S@gmail.com, Ritesh_S@gmail.com, Nikhi_S@gmail.com, Raj_S@gmail.com).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For each email:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Check if the user exists and is already a member of the selected AD group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not a member, add the user to the group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If already a member, skip the user.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;Option 3: Add Users by Full Name&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;A field should auto-populate when "Add User by Full Name" is selected.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The input should accept multiple full names, separated by commas (e.g., Satish Singh, Ajit Singh, Ritesh Singh, Amit Singh, Manish Singh).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For each name:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Match the full name to the corresponding user record.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check if the user is already a member of the selected AD group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not a member, add the user to the group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If already a member, skip the user.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 17 Jul 2025 09:05:52 GMT</pubDate>
    <dc:creator>Alex78</dc:creator>
    <dc:date>2025-07-17T09:05:52Z</dc:date>
    <item>
      <title>Requirement: Add Multiple Users to an AD Group via Flow Designer in ServiceNow</title>
      <link>https://www.servicenow.com/community/developer-forum/requirement-add-multiple-users-to-an-ad-group-via-flow-designer/m-p/3324099#M1216352</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Requirement: Add Multiple Users to an AD Group via Flow Designer in ServiceNow&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We want to design a Flow in ServiceNow to add users to an Active Directory (AD) group using three different input methods. The process must check if a user is already a member of the target AD group — if they are, the flow should skip them; if not, the user should be added to the group.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Option 1: Add Users by User ID&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;A field should auto-populate when "Add User by User ID" is selected.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The input should accept multiple User IDs, separated by commas (e.g., Satish_S, Ajit_S, Ritesh_S, Nikhi_S, Manish_s).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For each user ID:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Check if the user is already a member of the selected AD group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not a member, add the user to the group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If already a member, skip the user.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;Option 2: Add Users by Email ID&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;A field should auto-populate when "Add User by Email ID" is selected.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The input should accept multiple email addresses, separated by commas (e.g., Satish_S@gmail.com, Ajit_S@gmail.com, Ritesh_S@gmail.com, Nikhi_S@gmail.com, Raj_S@gmail.com).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For each email:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Check if the user exists and is already a member of the selected AD group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not a member, add the user to the group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If already a member, skip the user.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;Option 3: Add Users by Full Name&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;A field should auto-populate when "Add User by Full Name" is selected.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The input should accept multiple full names, separated by commas (e.g., Satish Singh, Ajit Singh, Ritesh Singh, Amit Singh, Manish Singh).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For each name:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Match the full name to the corresponding user record.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check if the user is already a member of the selected AD group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If not a member, add the user to the group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If already a member, skip the user.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 17 Jul 2025 09:05:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/requirement-add-multiple-users-to-an-ad-group-via-flow-designer/m-p/3324099#M1216352</guid>
      <dc:creator>Alex78</dc:creator>
      <dc:date>2025-07-17T09:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement: Add Multiple Users to an AD Group via Flow Designer in ServiceNow</title>
      <link>https://www.servicenow.com/community/developer-forum/requirement-add-multiple-users-to-an-ad-group-via-flow-designer/m-p/3324137#M1216365</link>
      <description>&lt;P&gt;Refer to below community post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.servicenow.com/community/service-management-forum/flow-designer-adding-user-to-active-directory-group/m-p/2870071" target="_self"&gt;https://www.servicenow.com/community/service-management-forum/flow-designer-adding-user-to-active-directory-group/m-p/2870071&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 09:35:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/requirement-add-multiple-users-to-an-ad-group-via-flow-designer/m-p/3324137#M1216365</guid>
      <dc:creator>Community Alums</dc:creator>
      <dc:date>2025-07-17T09:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement: Add Multiple Users to an AD Group via Flow Designer in ServiceNow</title>
      <link>https://www.servicenow.com/community/developer-forum/requirement-add-multiple-users-to-an-ad-group-via-flow-designer/m-p/3324197#M1216381</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/344709"&gt;@Alex78&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="107" data-end="266"&gt;I just got a bit confused reading through your post — wasn’t sure if you were just outlining the requirement or actually looking for help in building the flow?&lt;/P&gt;
&lt;P data-start="107" data-end="266"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="268" data-end="541"&gt;If you're trying to implement this in Flow Designer, then yes, it's definitely doable. You can create a flow that accepts input (User ID, Email, or Full Name), checks if each user is already part of the selected AD group, and adds them only if they aren’t already a member.&lt;/P&gt;
&lt;P data-start="268" data-end="541"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="543" data-end="669"&gt;Assuming you're planning to trigger this from an RITM or maybe even as a scheduled/standalone flow, here's the rough approach:&lt;/P&gt;
&lt;UL data-start="671" data-end="968"&gt;
&lt;LI data-start="671" data-end="799"&gt;
&lt;P data-start="673" data-end="799"&gt;Use the &lt;STRONG data-start="681" data-end="700"&gt;Microsoft AD V2&lt;/STRONG&gt; or even the standard &lt;STRONG data-start="722" data-end="738"&gt;Microsoft AD&lt;/STRONG&gt; spoke to check if the user is already a member of the group.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="800" data-end="968"&gt;
&lt;P data-start="802" data-end="968"&gt;If the result is false (i.e., user is not a member), then proceed with the &lt;STRONG data-start="877" data-end="900"&gt;"Add user to group"&lt;/STRONG&gt; action — this can be done using the &lt;STRONG data-start="937" data-end="959"&gt;normal MS AD spoke&lt;/STRONG&gt; as well.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="AniketChavan_0-1752747509349.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456457i678F55ACFA905200/image-dimensions/693x324?v=v2" alt="AniketChavan_0-1752747509349.png" title="AniketChavan_0-1752747509349.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="970" data-end="1137"&gt;Please refer to the image below and let me know if this is what you were aiming for, or if you're looking for something more specific. Happy to help further if needed.&lt;/P&gt;
&lt;P data-start="970" data-end="1137"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":small_blue_diamond:"&gt;🔹&lt;/span&gt; &lt;EM&gt;&lt;STRONG&gt;Please mark &lt;/STRONG&gt;&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; Correct if this solves your query, and &lt;/STRONG&gt;&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; Helpful if you found the response valuable.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Aniket Chavan&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":trophy:"&gt;🏆&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; ServiceNow MVP 2025 | &lt;/STRONG&gt;&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; ServiceNow Rising Star 2024&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P data-start="970" data-end="1137"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 10:19:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/requirement-add-multiple-users-to-an-ad-group-via-flow-designer/m-p/3324197#M1216381</guid>
      <dc:creator>AniketC85155510</dc:creator>
      <dc:date>2025-07-17T10:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Requirement: Add Multiple Users to an AD Group via Flow Designer in ServiceNow</title>
      <link>https://www.servicenow.com/community/developer-forum/requirement-add-multiple-users-to-an-ad-group-via-flow-designer/m-p/3330420#M1217421</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/344709"&gt;@Alex78&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="184" data-end="475"&gt;Just wanted to check in to see if my earlier response helped you out or if you're still facing any issues. If your query is resolved, it would be great if you could mark my reply as &lt;STRONG&gt;helpful&lt;/STRONG&gt; and &lt;STRONG&gt;accept&lt;/STRONG&gt; it as the solution — that way it can also benefit others who come across the thread later.&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;
&lt;P data-start="477" data-end="648"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="650" data-end="688"&gt;Let me know if you need anything else!&lt;/P&gt;
&lt;P data-start="650" data-end="688"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="650" data-end="688"&gt;Best regards,&lt;BR /&gt;Aniket Chavan&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":trophy:"&gt;🏆&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; ServiceNow MVP 2025 | &lt;/STRONG&gt;&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;EM&gt;&lt;STRONG&gt; ServiceNow Rising Star 2024&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 10:31:56 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/requirement-add-multiple-users-to-an-ad-group-via-flow-designer/m-p/3330420#M1217421</guid>
      <dc:creator>AniketC85155510</dc:creator>
      <dc:date>2025-07-22T10:31:56Z</dc:date>
    </item>
  </channel>
</rss>

