Finding a user's role memberships using OIG REST APIs
Hi,
In the OIG REST APIs documentation it is mentioned that Users can get a list of their assigned roles via the URI /roles GET filtered via the user IDs and a check for what is provisioned for the users. The URI /roles with the GET operation and filered for the userid returns all the roles present in the system instead of only the ones provisioned to the user.
The question is, how can we add a check to the request to get only the roles provisioned to the user.
Please Suggest.
Thanks.