Get User Manager's Email as Part of Search Result

Hi,

I’m creating a report that indicate all new users created within the week with some of the required info/attributes needed.

Everything works well, except that I need user’s manager email as one of the column in the report, I could only return the result of who’s the manager but couldn’t find a way to return manager’s email as part of the result.

Anyone have any ideas on how this is achievable? Thanks you.

Hi @minyi ,

One way is to create an Identity attribute for manager email and then use that attribute in the report.

Other way (not easy) is to run the search report again for all the manager’s listed from first report and get the email and do vlookup.

2 Likes

@ThejaC thanks you for the suggestions. :+1:
We was also thinking about the new identity attribute but try not to create too much custom attribute for various reasons, that’s why trying to explore see if any other (ideally OOTB) algorithms that can bring that value.