Hi Richard - I believe you have to use an SQL Service that looks at the underlying Functional Usage for BRMS.
For example - this will show which users have access to certain Functional Areas - i.e - BRMS
SELECT * FROM QSYS2.FUNCTION_USAGE ORDER BY FUNCTION_ID, USER_NAME;
From the Helptext associated with SETUSRBRM



Note - the SQL above will show ALL Functions - you can tweak the SQL as you needed.
------------------------------
Rich Malloy
------------------------------