As an admin, can I set an alert when someone impersonates me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 01:21 PM
We have multiple admins working in our system. Call me paranoid but since they have the ability to impersonate so
1) I'd like to know if someone impersonates me, maybe an alert
2) I'd like to know how to tell if changes are done by someone impersonating another user.
Thank you!
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 01:51 PM
Hi,
1. Yes, but you need to update the UI Macros that do this /sys_ui_macro_list.do?sysparm_query=nameLIKEimpers&sysparm_first_row=1&sysparm_view=&sysparm_choice_query_raw=&sysparm_list_header_search=true
or
https://community.servicenow.com/community?id=community_question&sys_id=a2734f25dbd8dbc01dcaf3231f9619f8
https://community.servicenow.com/community?id=community_question&sys_id=b0a38b65dbd8dbc01dcaf3231f961967
2. Not sure that the OOTB provides this feature, however, you could potentially look in the logs when an impersonation started and when it ended and in that time frame look for all updates in the sys_update_xml table
Hope this helps!
Tudor

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 01:59 PM
Hi,
An event is logged at impersonation, so you may set a notification based on that event.
Regards.
JP
JP

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2022 01:59 PM
Hello,
Commonly, I've seen a notification setup to trigger when the impersonate event is fired. This lets people, yourself, whomever, know.
That one downside is that when you @mention someone in a journal field, it also triggers this impersonation event, but you could review the log and see more details if needed to verify.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!