Is there any way to determine users that don’t have any roles? I know I can use the api/v2/roles endpoint to find all users belonging to a role, but this excludes all users who don’t have a role.
What I’m trying to do is ensure that roles assigned to users within our application align with the roles in Auth0. Using the above API, I can retrieve everything I need EXCEPT for those users who for some reason do not have any roles assigned in Auth0. I saw the excellent idea to propagate the roles to app_metadata via a rule, but it would take time for the data to populate.