Report of number of users per role

Created on 11 October 2023, 9 months ago
Updated 13 October 2023, 9 months ago

Need to grab from config the full list of roles, to give the full role names along with the machine names, and to highlight the roles with no users. But other than that here's the query:

SELECT roles_target_id "role", COUNT(entity_id) "user count" FROM user__roles GROUP BY roles_target_id;

Each role could link to the admin/people page filtered to that role.

Then a supplementary report listing any people who are in only one role might be of interest?

✨ Feature request
Status

Active

Version

2.0

Component

Miscellaneous

Created by

🇺🇸United States mlncn Minneapolis, MN, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024