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
this is for current logged in user . But i want any user deatil based on user id
Have you tried the API call? https://docs.alfresco.com/process-services1.9/topics/users.html
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.