Hi @SanoojPa ,
AFAIK, Adobe Commerce (Magento) doesn't provide a direct REST API to retrieve user roles and permissions. However, you can create a custom API endpoint to fetch this data by querying Magento's internal tables or using Magento's Authorization classes.
To retrieve roles and permissions, you'd need to extend Magento with custom code.
Thanks
Ritesh Mittal