Author Topic: Get roles and permissions from log in from 3rd party app  (Read 2187 times)

Offline asystemsaus

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Get roles and permissions from log in from 3rd party app
« 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.