Ebonding updating a user if the user has added a role it will sync to other instance using ebonding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2025 06:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2025 08:02 PM
Hi @Cent
When user is added to a role or group, the user record may not get updated so update user api may not get triggered.
You need to configure integration to trigger when a new record is created in sys_user_has_role and sys_user_grmember tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2025 08:26 PM
Yes any idea how to approach that using ebonding? when a role is added to a user it will also update the other instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2025 09:33 PM
what's the business requirement for this?
you are doing sync between DEV and PROD or between different ServiceNow instances.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2025 05:04 PM
@Ankur Bawiskar,
sync dev and prod, using ebonding i have done for sync user, now i wanted to do the user has role to sync using ebonding.