List of Users Demo in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 07:40 AM
Hello community!
Does any one know where can I find a list containing what are each of the personas and their roles for the demo users on ServiceNow? This way I know who I'm impersonating and I can create mock data for testing purposes.
i.e Abel Tuter - Is him a client demo user that can log incidents or he is Help Desk Technician?
Jodi Seals....
Many thanks in advance!
#sandiego #demousers #personas #roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 08:40 AM
Hello @Wivi Please go through the table sys_user_has_role by entering it on the application navigator it will provide a list of users and corresponding roles.
Enter sys_user_has_role.list
Please Mark this as Accepted Solution / Helpful if you find this helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 07:37 AM
Thanks for the inputs @Veer, but what I was hoping for was to get a list containing the job role of each demo user (the ones with @example.com). Something like:
Abel Tuter - External Requestor
Beth Anglin - Service Desk Analyst
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 07:03 PM
@Wivi Based on the roles assigned in the system itself we can able to understand their access level. If you are just looking for a job title, please hit sys_user.list and open any record on the form and check the title.
Please mark this as helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 04:06 AM
Thank you for your inputs, Veer.