<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>User active</title><link>https://community.appian.com/discussions/f/general/30730/user-active</link><description>how to check the user is active or deactivated</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: User active</title><link>https://community.appian.com/thread/122379?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 15:27:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63f5125e-5c9b-41bf-b39d-b1e8b8989387</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="76543" url="~/discussions/f/general/30730/user-active/122332"]correct, just need to check&amp;nbsp;a!isNullOrEmpty( a!groupMembers(cons!XXXGRP).data) to skip node[/quote]
&lt;p&gt;Yes, though if it helps, this is only needed if the email has no other valid recipients (i.e. including hardcoded recipients and/or other groups that may not be empty; including anywhere in the TO, CC and BCC boxes).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122332?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2023 08:55:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:371b9dcb-86ff-4a7d-953f-2f78594464ed</guid><dc:creator>Anna P</dc:creator><description>&lt;p&gt;correct, just need to check&amp;nbsp;a!isNullOrEmpty( a!groupMembers(cons!XXXGRP).data) to skip node.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122307?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 19:39:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b3421e6c-c9cc-4ee9-8e36-cfb96c4357bc</guid><dc:creator>juergeng0002</dc:creator><description>&lt;p&gt;Confirming the remarks by Mike Schmitt.&lt;br /&gt;If a user gets deactivated then the user gets removed all of its group memberships.&lt;br /&gt;So it will not be possible to send an email to an inactive user based on a group membership.&lt;br /&gt;&lt;br /&gt;BTW - If a user gets reactivated - all its former group memberships are getting reinstated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122303?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 18:53:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e858c058-8033-4611-969b-f05b9d701286</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="68553" url="~/discussions/f/general/30730/user-active/122264"]before sending an email to group i have to check whether all users are active or not, if i include deactivated users the process module will fail [/quote]
&lt;p&gt;I don&amp;#39;t believe this is the way it works when you use a group as the target for Send Email.&amp;nbsp; AFAIK deactivated users don&amp;#39;t show up in their former group(s) at all, for normal usage like this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122299?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 17:35:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8475e00-cb0b-4623-986a-76e07adeae53</guid><dc:creator>Harshmodi</dc:creator><description>&lt;p&gt;Hey&amp;nbsp;&lt;a href="/members/kavyam0002"&gt;KM&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;One approach to verify the active status of all users is by examining the user record. There&amp;#39;s a boolean field labeled &amp;quot;active&amp;quot; that indicates whether a user is currently active. By filtering users based on this field, you can retrieve a list of all active users and subsequently send them emails.&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/pastedimage1701106526759v2.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122279?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 12:33:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:16ca14ac-d664-49c6-8335-ff9fc007540f</guid><dc:creator>Anna P</dc:creator><description>&lt;p&gt;there must be at least one user valid then it works. &lt;a href="/members/kavyam0002"&gt;KM&lt;/a&gt;&amp;nbsp; check if you are getting &amp;quot;No valid recipients&amp;quot; error, you need to handle that condition.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122269?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 10:37:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2a06d84d-57dc-4d57-a49b-bab15c0458ce</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I just did a quick test and did not see any issue. There must be something special with your setup.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122268?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 10:30:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8b81aff2-33ff-4eb8-9774-5c2af6df178b</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;yes, s&lt;span&gt;ending an email to a group that might contains a deactivated user in production&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122267?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 10:21:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:383057fe-136b-489c-ba3e-9e15095f9389</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Are you sure that sending an email to a group that contains a deactivated user is a problem?&lt;/p&gt;
&lt;p&gt;What exactly are you doing here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122264?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 09:37:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ece7a79e-5c10-4194-99d4-db49570113dc</guid><dc:creator>KM</dc:creator><description>&lt;p&gt;sorry&lt;/p&gt;
&lt;p&gt;the scenario is am sending email&amp;nbsp;to group before sending an email to group i have to check whether all users are active or not, if i include deactivated users the process module will fail in production. so need to remove the deactivated users&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: User active</title><link>https://community.appian.com/thread/122262?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2023 09:32:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b9138741-a3ad-497d-84be-17a5fda3ef8a</guid><dc:creator>venkateswarak7510</dc:creator><description>&lt;p&gt;Go to admin console and navigate to users page and on the top there will be radio buttons to check active and inactive&lt;br /&gt;In the search bar type the user you want to check if not there in active list check in inactive list&amp;nbsp;&lt;/p&gt;
&lt;p&gt;if you want to make inactive acc to active by selecting the user&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>