What is a guest user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2014 09:43 PM
Hi,
I have a confusion with "Guest" user. I don't see such a user profile in ServiceNow but many times found some of scripts updated by "guest" user profile.
Can anyone please clarify/explain what is a guest user and how it comes in picture?
Brgds, AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2014 10:09 PM
The guest user account is used in inbound email rules. If the sender does not match an existing user, the instance impersonates the Guest user to complete any inbound email actions.
I am not sure why you would have scripts created/updated by the guest user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2014 02:16 PM
Thank you for your input Jamie...This has always been a mystery for me and I never found much insight in this regard

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2014 02:34 PM
Hi Antony,
Jamie is correct. The Guest user is what populates the Caller field of new tickets when a user emails an issue into the system, and that user's email does not currently map to a user record in your ServiceNow instance (either directly in your user table or from your integrated Active Directory). Having scripts updated by guest generally should not occur; I would check if someone made a guest account within your user table/ Active Directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2017 04:39 AM
but where can i find Guest User service now? is it the Sys_user table??