Hi,
I would like to know if there is a capability to update user_id of existing events posted to Amplitude and remap the events to the new user_id.
We are having a need to remap our organizations primary user identifier and would like to know how we can achieve this for 1 customer vs all.
I already tried using Identity API but i just keep getting the error “missing_event”
{
"api_key": "…..",
"identification": [
{
"user_id": "…...",
"user_properties": {
"user_id": "……."
}
}
]
}
Any input will be appreciated