- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 05:26 AM
Hi Everyone,
We have a ServiceNow group with 40k+ users to provide basic roles like filter_group, report_group.
Want to redesign this approach so to avoid issues around incident assignment to this group or notifications
Is there any standard way in ServiceNow to maintain large number of users and provide them with same roles
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 05:31 AM
Hi @Harsha Pappala below article might helps you
https://www.servicenow.com/community/developer-articles/servicenow-group-management/ta-p/2668499
Thanks & Regards,
Eswar Chappa
Mark my answer correct and Helpful if this helps you 😀
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 05:31 AM
Hi @Harsha Pappala below article might helps you
https://www.servicenow.com/community/developer-articles/servicenow-group-management/ta-p/2668499
Thanks & Regards,
Eswar Chappa
Mark my answer correct and Helpful if this helps you 😀

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 01:21 PM
Hello,
The article you referenced has been permanently deleted.
Best regards,
Jeff Moore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 05:34 AM
Use Group Types in Group table to redesign.
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
12-11-2023 05:53 AM
Hello @Harsha Pappala ,
Using group is the most flexible way to provide roles to users (even though you have large number of users in a group)
If you don't want incident (or other task assign to this group) you can create a specific group type only for this kind of groups then use reference qualifier on assignment group field on the incident to filter out the group type created.
**Please mark my answer helpful or correct if it applies.
Thank you!
JE