I am looking for a way how to find some users emaill address based on their domain id. I found many solutions for Current users via
user = clientContext.get_web().get_currentUser();
however i want to find info about different user. I was trying to google for some time but did not find solution. Is there some way to retrieve users email for example with similar method?
Something like this
user = clientContext.get_web().getinfo(SPECIFIC USER DOMAIN NAME)
Thanks so much.
https://sharepoint.stackexchange.com/a/171290/82539
– Rudolf Apr 08 '19 at 06:42