12-10-2019 06:06 AM
there is any way to get any user based on user id in ADF. Or in java level
this.peopleProcessService.getWorkflowUsers('', filter) its working for name and email. But its not working for id
or In Java
this.userService.findUser(id)
this.identityService.createUserQuery().userId(userId).singleResult() both api retruning null
12-16-2019 02:27 PM
12-16-2019 10:50 PM
this is for current logged in user . But i want any user deatil based on user id
12-17-2019 12:59 PM
Have you tried the API call? https://docs.alfresco.com/process-services1.9/topics/users.html
Explore our Alfresco products with the links below. Use labels to filter content by product module.