Hello,
I am currently trying to get the user's details in ION API to be able to send an alert to a specific user with an API call. The alert call's identity field requires the userGUID to work.
The problem is, that I only have the user's Email Address and UPN, but no PersonId or userGUID, and I need to get the user's userGUID by only providing either the Email Address or the UPN.
There are 2 calls that I've been trying in Ming.le API, that provide the user details (/SocialService.Svc/User/UserList and /SocialService.Svc/User/List) from which I can get the GUID, but these calls require PersonId as the input.
How can I access the userGUID with only the Email Address and UPN of the user? Is there another API call I could use perhaps?
Thank you kindly for your help.
Marci