Forum Discussion
- ClaudiusHKhoros Alumni (Retired)
Hi keshavkelkar
To search for users via their email address use the Community API v1 call "Community/users/email/[email]":
Looks for a user in this community with the specified email address. Throws an exception if no such user exists.
Thanks ClaudiusH
I use the same approach and achieved desirable outputCommunity/users/email/keshav_kelkar@email.com
and got required profile URL in href section href="/users/id/12345"
Regards-
Keshav M. Kelkar
- ChiaraSLithium Alumni (Retired)
keshavkelkar if you need the url of the profile page for the user this should work: /restapi/vc/users/email/[email]/web_page_url
Related Content
- 11 years ago
- 4 years ago
- 11 years ago
- 10 years ago