- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2024 02:45 AM
Hi ServiceNow Community,
I hope you're all doing well! I've been working on configuring User Criteria in ServiceNow, and I've come across the term "Any User". While I understand the basic concept, I'd like some clarification on its precise functionality.
Here's my question:
When setting up User Criteria in ServiceNow, utilizing "Any User" as a condition, does it encompass all users within the system, including those who are currently active, or does it specifically target only active users?
I'd appreciate it if anyone could shed some light on this and provide some insights or experiences you've had while using "Any User" in your configurations. Additionally, if you have any best practices or recommendations regarding the usage of "Any User" in User Criteria, I'd love to hear them!
Looking forward to the community's valuable input and discussions on this topic.
Thanks in advance!
Mohan Mallapu
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2024 12:39 AM
Hi Mohan,
In general it is All users (active/inactive). However, it is only active user who can access ServiceNow, so it will be active users only in simple words.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-10-2024 06:45 AM
Sorry for delay in response, i was in K24 so did not get time. Its all user, but OOTB SN follow if user is active = True.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2024 12:37 PM
It is all users, including the Guest user, which doesn't require authentication. When you are setting up a new KB or KB article that you want only authenticated (internal and external) users to access, then you could set it as follows:
Can Read: Any User
Cannot Read: Guest User
If you set the Can Read as "Any User" and leave the Cannot Read blank, then that KB or article will be accessible to everyone, even if not authenticated. (It's the equivalent of public.)
Whatever you do, do not leave both Can Read and Cannot Read to be empty, as this is an insecure practice.