- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 03:28 AM
Hello everyone,
Having a ServiceNow instance as customer is it possible to change the login Name into the system ? Will then be everything adapted (meaning my tickets and every records referenced with my login name) ?
Sorry, Searching for this question I found only discussion about change servicenow community login.
thanks a lot
Marek
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:28 PM - edited 03-06-2024 01:29 PM
Hi @freeangel,
You can do that. The field is under the sys_user (Users) table and it is called user_name (User ID).
Try editing it and refresh the page, have a look at your tickets and portal profile page. I would also make sure that won't be any integration overriding your name because if that is the case, you might want to check that to change in other ways.
Let me know how it goes!
If you found my answer helpful or correct ✔️ in any way, please don't forget to mark it to help future readers! 👍
--
Kind regards,
Marcos Kassak
Solution Consultant 🎯

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:28 PM - edited 03-06-2024 01:29 PM
Hi @freeangel,
You can do that. The field is under the sys_user (Users) table and it is called user_name (User ID).
Try editing it and refresh the page, have a look at your tickets and portal profile page. I would also make sure that won't be any integration overriding your name because if that is the case, you might want to check that to change in other ways.
Let me know how it goes!
If you found my answer helpful or correct ✔️ in any way, please don't forget to mark it to help future readers! 👍
--
Kind regards,
Marcos Kassak
Solution Consultant 🎯
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 01:39 PM
Hey @freeangel,
I wouldn't recommend changing the user ID unless it's a 'must'.
Even so, you would need to test thoroughly to ensure it doesn't break anything. I can think of a few components that could potentially break:
- 'Updated by' and 'Created by' fields will not be updated.
- Activity stream - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0747542
- SSO
There are probably more than the list above, what is the purpose of changing it?
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 02:09 PM
Hi @freeangel ,
Please refer to below thread:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0547534
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2024 03:26 AM
Thanks a lot for your answers guys.
I asked because there is a OOTB Function in BMC ITSM, which takes care for everything when renaming loginID (tickets update, comments update and every possible clue of the old loginID is updated to new). However I find this 'feature' as no really safe and would not recommend to use it.
Therefore I wanted to know how this is handled in other ITSM Solutions.
have a great day.