How to get User details based on userId ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2019 02:27 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2019 10:50 PM
this is for current logged in user . But i want any user deatil based on user id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2019 12:59 PM
Have you tried the API call? https://docs.alfresco.com/process-services1.9/topics/users.html
