We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How To Export List of Users with Individually Assigned Roles

MrDevanWright
Kilo Guru

I'm looking to find all users that have assigned roles that were not inherited by a group. Is there an easy report or export that can show all these users and the roles they have been individually/uniquely assigned?

1 ACCEPTED SOLUTION

Sumanth16
Mega Patron

Hi,

 

Please refer to the sys_user_has_role table.

Please refer below thread:

https://www.servicenow.com/community/developer-forum/how-to-generate-a-user-role-inherited-from-grou...

 

Thanks & Regards,

Sumanth Meda

View solution in original post

2 REPLIES 2

Sumanth16
Mega Patron

Hi,

 

Please refer to the sys_user_has_role table.

Please refer below thread:

https://www.servicenow.com/community/developer-forum/how-to-generate-a-user-role-inherited-from-grou...

 

Thanks & Regards,

Sumanth Meda

Not applicable