Impersonation not working for certain usersDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Impersonation is failing for users who have the impersonator role. Not all users may be affected, however users who recently received the role may see "No matches found" in the user drop-down menu on the impersonation dialog box. Release or EnvironmentAll current releasesCauseThis can occur when orphaned records, or records where the user is empty, exist in the User Roles [sys_user_has_role] table. Orphaned records should never exist on the sys_user_has_role table, and they can cause issues if they do.ResolutionTo determine if you may be running into this issue, pull up the following list in the affected instance (where "instance_name" is your instance) and see if any records populate: https://instance_name.service-now.com/sys_user_has_role_list.do?sysparm_query=userISEMPTY If there are results for this query, export the list to XML and then delete the orphaned records. NOTE: Please make sure that you check with the customer to make sure this is OK before performing any actions.Additional InformationImpersonation issues can occur for many reasons, this being one of them. If you are still having issues, here are some additional resources that may help your troubleshooting efforts: KB0713041 - Cannot impersonate a user (redirected to login page) KB0686244 - When you impersonate a user and then try to re-impersonate your own user account, the Impersonate User popup window shows an error Failed API level ACL Validation KB0691915 - Unable to select certain users to impersonate and error message "The user you selected could not be impersonated" is displayed