cancel
Showing results for 
Search instead for 
Did you mean: 

How to get User details based on userId ?

dharmraj
Confirmed Champ
Confirmed Champ

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

3 REPLIES 3

this is for current logged in user . But i want any user deatil based on user id