Sync user and group data between instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 08:04 AM
Hi every1,
Currently, each environment is connected to its own MID server and pulls user and group data directly from Active Directory independently. This creates a significant consistency issue: newly created users or groups receive different IDs across each environment. This lack of ID consistency can lead to various complications when promoting configurations, custom developments, or testing integrations between environments.
I need to sync users and groups (and group memberships) from the Prod instance down to the two pre-prod ones. Very important for me is to keep the Sys IDs the same on all three instances.
Cloning is NOT an option for achieving that particular goal, neither is using the paid plug-in.
Has anyone done something similar?
Any help would be appreciated.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 08:07 AM
Hi @Vasil Vasilev First thing, run the AD sync with ServiceNow only in Production, not in any other environment. For other environments, you can use data replication or create a flow to generate the records and sync the data. This way, you will get the same sys_id.
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
08-05-2025 08:14 AM
Hi @Dr Atul G- LNG ,
The IDR plugin requires a separate subscription - as I wrote in the first post, that's not an option for now.
About the flow - could you please elaborate more, that's very general, doesn't help much.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2025 08:29 AM
You can use XML export and import, but that’s a manual process.
Alternatively, you can use Flow Designer to integrate the two instances and transfer data from one to another. You can also create a REST API (OOTB options are available) and build an integration between the two ServiceNow instances.
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]
****************************************************************************************************************