Forum Discussion
Parshant
8 years agoBoss
You can use below API to get all users from the role (eg. "Administrator") you add in name.
SELECT * FROM users WHERE roles.name='Administrator'
ADS_PSI
8 years agoMentor
I also found another post which gave me solution : https://lithosphere.lithium.com/t5/Developer-Discussion/Using-REST-API-to-get-user-list-with-specified-role-or-ranking/m-p/66794