Hi,
I use fowable as jar inside a java application.
I created a user (with flowable-idm web application) id=“eric”, password=“mypasswd” which belongs to the “grp1” group => ok
procesEngine.getIdentityService().checkPassord(login,password) works fine => ok
Issue : now i need to get the group name to which the user belongs.
I tried to use : procesEngine.getIdentityService().getUserInfo(login,key) => KO : how to get the key for a given user ??
Thanks in advance