Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: asystemsaus on July 28, 2018, 03:29:19 AM
-
Hi, I need to get roles and permissions for a user when they log in from my app.
calling iRWS//api/v2/platform/configuration/persons/?name=<agent login> I get some info about the user but I want to find what roles and permissions they have to various applications.
I know the returned results are in .json format, which is exactly what i'm after.
any help greatly appreciated.