Hi,
I am building an internal tool where I would like to take their user_id and call https://profile-api.amplitude.com/v1/userprofile to return the Amplitude ID of the user, so that I can link directly to their profile within the application.
Unfortunately, it seems like with amps_props=true set in the URL it still doesn’t return this property:
{<br /> "userData": {<br /> "recommendations": null,<br /> "user_id": "testUser",<br /> "device_id": "ffff-ffff-ffff-ffff",<br /> "amp_props": {<br /> "library": "http/1.0",<br /> "first_used": "2020-01-13",<br /> "last_used": "2021-03-24",<br /> "number_property": 12,<br /> "boolean_property": true<br /> },<br /> "cohort_ids": null<br /> }
Could you please advise if there is any way to get the Amplitude ID using the user_id?
Thanks,
Jarryd