You got solution for this? Please share.
I do have same requirement. I want current user's role ids. By using that, I want to get Roles information like role_name, description etc.
I am working on SugarCRM Enterprise, Version 9.0.2 (Build 191) (Spring '19)
I want role description. So, if I get role_id, then I can fetch role information using id.
Viktor Novikov can you help with this?
This can be accomplished by extending the endpoint GET /me (clients/base/api/CurrentUserApi.php), basically you need to extends the method getUserData in order to populate its Roles IDs.
Regards
This can be accomplished by extending the endpoint GET /me (clients/base/api/CurrentUserApi.php), basically you need to extends the method getUserData in order to populate its Roles IDs.
Regards