Hi Everyone,
I'm having some troubles with the Office365Users connector.
I'm trying to retrieve information on a guest user by using its e-mail address with the UserProfileV2 function. The function returns a "Resource not found" error message, however, I was able obtain the user's ID via the MicrosoftPlanner connector and when I use it to search with the UserProfileV2 function it the returns the user profile with correct the e-mail address.
So basically this is the scenario:
UserProfileV2([o365_user_id]) -> OK
UserProfileV2([o365_user_email]) -> OK
UserProfileV2([guest_user_id]) -> OK
UserProfileV2([guest_user_email]) -> NOK
Could someone please confirm that this is an issue?
Thank you.
Best Regards,
Mario
Solved! Go to Solution.
Hello,
UPN for guest user has different format than the regular users.
Hello,
UPN for guest user has different format than the regular users.
It worked! 👍
Thanks for the help!
User | Count |
---|---|
184 | |
123 | |
90 | |
45 | |
42 |
User | Count |
---|---|
267 | |
160 | |
129 | |
81 | |
76 |