current we can get roles from the api, but it’s by names, is there any way to get role_id instead?
use case being update user roles by adding new roles.
in the roles set api, has to use role_id, but we cannot get the role_ids of the user’s current roles, only the role names, which cannot be used to update the roles.
Which endpoint are you using currently to get roles and which are you looking to use to assign new roles to users? I just want to make sure I am on the same page