Jamie Kenyon 0 Posted February 2, 2019 Report Share Posted February 2, 2019 I was wondering if its possible using the API to get a list of the users for a given role (Producer, Restricted User etc)? Link to post Share on other sites
JPrydz 18 Posted February 5, 2019 Report Share Posted February 5, 2019 Hi, You should be able to use this: session.query('User where user_security_roles.security_role.name is "Administrator"').first() /Johan Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now