What is the ServiceNow platform name for User table? sys_user or sys_users ?

legend
Kilo Explorer

Name Convention

7 REPLIES 7

Mark Roethof
Tera Patron
Tera Patron

Hi there,

sys_user

Ideally naming convention would be singular, though unfortunately - out-of-the-box - this is not always the case.
If you are after more table names, you could look them up in your Personal Developer Instance. If you don't have one, you can get one - for free - at developer.servicenow.com

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Miguel Donayre
ServiceNow Employee
ServiceNow Employee

OOTB it is sys_user 

you can type in sys_user.list or sys_user.LIST in the menu search bar and you can see it for yourself 

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Did this solve your question? Or do we need to follow-up on this?

Please mark this answer as correct if it solves your question. This will help others who are looking for a similar solution. Also marking this answer as correct takes the post of the unsolved list.
Thanks.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

anubhiagrawal
Tera Contributor

Hi,

We have OOTB (sys_user) table for storing users, which can be accessed by typing sys_user.LIST or navigating to users under Users Administration.

find_real_file.png