Is there any way i can get the user details by email. | XM Community
Question

Is there any way i can get the user details by email.

  • 26 August 2020
  • 5 replies
  • 160 views

Hi ,
is there any way that i can get the user details by email. I can see that the get user API by userID (which starts with UR_xxxxxxxx).
But I want to get the details by user email or userID. Can someone help me out please.


Thanks,
Chaitanya


5 replies

Userlevel 7
Badge +22

Try this API.

Userlevel 6
Badge +28

Step 1: Find contact id from the directory:
https://.qualtrics.com/API/v3/directories//contacts/search
image.png
Step 2: Fetch details of this contact id:
https://.qualtrics.com/API/v3/directories//contacts/${e://Field/}
image.png

Appzk it not the contact I need. I need to get the users from Qualtrics.
I need to get the user details from the qualtrics with email. like how we have username to login.

rondev i want to fetch the user details like login user details with email.

Userlevel 6
Badge +28

refer this:
https://api.qualtrics.com/guides/docs/Guides/Common%20Tasks/managing-users.md

Leave a Reply