<?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 Best practice for deactivating users? in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831148#M1084999</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Best practice for deactivating users?&lt;/P&gt;&lt;P&gt;Should it be automated via AD / Azure? or should we use catalog item (user offboarding?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are you managing today?&lt;/P&gt;</description>
    <pubDate>Sun, 18 Feb 2024 13:08:11 GMT</pubDate>
    <dc:creator>Suggy</dc:creator>
    <dc:date>2024-02-18T13:08:11Z</dc:date>
    <item>
      <title>Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831148#M1084999</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Best practice for deactivating users?&lt;/P&gt;&lt;P&gt;Should it be automated via AD / Azure? or should we use catalog item (user offboarding?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How are you managing today?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 13:08:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831148#M1084999</guid>
      <dc:creator>Suggy</dc:creator>
      <dc:date>2024-02-18T13:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831152#M1085000</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usually users are managed by AD, on top of there Organization uses several ways to manage user.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes you can create catalog item to manage them and use workflow to automatically disable user.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes you can also use schedule job to deactivate the users if the 'last login' field is in last 6months or 1 year etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps...&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 13:15:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831152#M1085000</guid>
      <dc:creator>Sohail Khilji</dc:creator>
      <dc:date>2024-02-18T13:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831199#M1085009</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;--&amp;gt;If your company uses Active Directory or Azure, set up a way to automatically turn off users in ServiceNow when they’re deactivated in AD/Azure.&lt;BR /&gt;--&amp;gt;Create a regular check in ServiceNow to see who hasn’t used the system in a while and turn them off if needed.&lt;BR /&gt;---&amp;gt;Make a catalog form for when someone leaves the company so HR can easily request to turn off their access to ServiceNow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark it as helpful and solution proposed if it serves your purpose.&lt;BR /&gt;Thanks,&lt;BR /&gt;Anand&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 15:13:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831199#M1085009</guid>
      <dc:creator>Anand Kumar P</dc:creator>
      <dc:date>2024-02-18T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831203#M1085013</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Deactivation is very important step and need to do very carefully,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before we add this on platform, we need to define the process.&lt;/P&gt;
&lt;P&gt;- Make sure the account deactivation must be done via catalog item.&lt;/P&gt;
&lt;P&gt;- Add approval in same&lt;/P&gt;
&lt;P&gt;- Before deactivation, please check is user has owner of group/ reports / dashboards so that before deactivation the records transfer to new user.&lt;/P&gt;
&lt;P&gt;- As part of offboarding , try to account locked instead of active = false.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rest as been suggested by&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/525194"&gt;@Anand Kumar P&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/258237"&gt;@Sohail Khilji&lt;/a&gt;&amp;nbsp; is also a good way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Feb 2024 15:52:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831203#M1085013</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2024-02-18T15:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831469#M1085073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/174084"&gt;@Dr Atul G- LNG&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You said "As part of offboarding , try to account locked instead of active = false." - &lt;STRONG&gt;Any rationale behind this?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also what do you recommend? Asking this question because you mentioned both statements "&lt;STRONG&gt;Make sure the account deactivation must be done via catalog item&lt;/STRONG&gt;" AND "&lt;STRONG&gt;Rest as been suggested by&amp;nbsp;&lt;A href="https://www.servicenow.com/community/user/viewprofilepage/user-id/525194" target="_blank"&gt;@Anand Kumar P&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.servicenow.com/community/user/viewprofilepage/user-id/258237" target="_blank"&gt;@Sohail Khilji&lt;/A&gt;&amp;nbsp; is also a good way.&lt;/STRONG&gt;" which are not the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I leaning towards is your answer because that we also validating with the help of approvers + validations wrt&amp;nbsp;&lt;SPAN&gt;group/ reports / dashboards/scheduled jobs etc if any&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS - I know the various ways we can deactivate, but I am looking for BEST practices here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 05:25:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831469#M1085073</guid>
      <dc:creator>Suggy</dc:creator>
      <dc:date>2024-02-19T05:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831876#M1085239</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You said "As part of offboarding , try to account locked instead of active = false." -&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Any rationale behind this?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Yes, and this is I learn from experience, by making active - False, use name will not appear in any record for incident creation or report (may be need to raise incident /record after off boarding) so i said, account locked is good option.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 10:40:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831876#M1085239</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2024-02-19T10:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831902#M1085251</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Practice - If you use tooling for account activity such as AD or Azure, then all account activity should be managed through that source of truth, including deactivation otherwise you will get out of sync.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whilst I understand that it is common to have a catalog item for offboarding, the account should not be deactivated at the completion of that item within ServiceNow.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The update should be sent to AD/Azure which in turn will update ServiceNow on the sync job. That is why such tooling is used to ensure we have a single source of truth.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;To help others (or for me to help you more directly), please mark this response correct by clicking on&amp;nbsp;&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;&amp;nbsp;and/or&amp;nbsp;&lt;STRONG&gt;Helpful&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks, Robbie&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 10:55:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2831902#M1085251</guid>
      <dc:creator>Robbie</dc:creator>
      <dc:date>2024-02-19T10:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2832756#M1085537</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/57655"&gt;@Robbie&lt;/a&gt;&amp;nbsp; Is that process widely being followed? I have seen customers where they dont allow writing back to AD. They always push the data to ServiceNow but dont allow to write back to them.&lt;/P&gt;&lt;P&gt;PS - I know the various ways as to how user can be deactivated, but I am looking for industry best practices, how its generally done.&lt;/P&gt;&lt;P&gt;Until now if you see all the above answers, its different answer by each person &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 04:56:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2832756#M1085537</guid>
      <dc:creator>Suggy</dc:creator>
      <dc:date>2024-02-20T04:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2832802#M1085560</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are maintaining user profiles, and whenever the offboarding kicks off and you are maintaining lifecycle management within the AD, then that can be a way to deactivate a user in ServiceNow.&lt;/P&gt;
&lt;P&gt;Explicitly using catalog to deactivate a user seems reduntant, ideally it should have single source of truth, ie your AD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 05:59:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2832802#M1085560</guid>
      <dc:creator>Aman Kumar S</dc:creator>
      <dc:date>2024-02-20T05:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2833025#M1085617</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;&amp;nbsp;- It is interesting to see the different responses.&lt;/P&gt;&lt;P&gt;I'll just say this and let you and others decide - what's the point of having a single source of truth such as AD or Okta etc if it's not used? How do you know which system is correct?&lt;/P&gt;&lt;P&gt;One system should control all systems in an ideal world (and is best practice), but granted, this is not always followed for various reasons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;To help others (or for me to help you more directly), please mark this response correct by clicking on&amp;nbsp;&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;&amp;nbsp;and/or&amp;nbsp;&lt;STRONG&gt;Helpful&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks, Robbie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 09:05:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2833025#M1085617</guid>
      <dc:creator>Robbie</dc:creator>
      <dc:date>2024-02-20T09:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice for deactivating users?</title>
      <link>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2836380#M1086651</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192" target="_blank"&gt;@Suggy&lt;/A&gt;&amp;nbsp;- It is interesting to see the different responses.&lt;/P&gt;&lt;P&gt;How are you getting on? I'm struggling to see an accurate and easily maintainable solution without implementing a single source of truth.&lt;/P&gt;&lt;P&gt;I'll just say this and let you and others decide - what's the point of having a single source of truth such as AD or Okta etc if it's not used? How do you know which system is correct?&lt;/P&gt;&lt;P&gt;One system should control all systems in an ideal world (and is best practice), but granted, this is not always followed for various reasons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;To help others (or for me to help you more directly), please mark this response correct by clicking on&amp;nbsp;&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;&amp;nbsp;and/or&amp;nbsp;&lt;STRONG&gt;Helpful&lt;/STRONG&gt;.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks, Robbie&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 09:42:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/best-practice-for-deactivating-users/m-p/2836380#M1086651</guid>
      <dc:creator>Robbie</dc:creator>
      <dc:date>2024-02-22T09:42:19Z</dc:date>
    </item>
  </channel>
</rss>

