- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 06:34 AM
Good Morning!
I am trying to find a role that will suit many departments within our governance allowing them to manage their employee base within servicenow without having to go through our department. We are trying to give them control over their users without having too many admins in the kitchen. Would the role user_admin fit these needs??ssi
Much love and appreciation for your time reading this!
~Lorena
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 06:43 AM
Hello Lorena,
Yes, user_admin role is enough to adding ITIL users. Normally role will be granted by adding a specific group which has ITIL role.
You have to check the create ACL of sys_user_grmember table and I have checked in my instance and user_admin role was mentioned over there and they will be having access to add user to the group until if it is not customized.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 06:43 AM
Hello Lorena,
Yes, user_admin role is enough to adding ITIL users. Normally role will be granted by adding a specific group which has ITIL role.
You have to check the create ACL of sys_user_grmember table and I have checked in my instance and user_admin role was mentioned over there and they will be having access to add user to the group until if it is not customized.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 06:46 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2017 06:47 AM
Footnote, best practice suggests adding users to groups. They'll inherit the roles of that group. It makes it much easier to manage the roles as users are added/removed from groups. If you apply a role to a user and they change positions in the organization, it is likely they will retain those roles after the transition.