We would like to store the user_id in order to have it as a reference later, how should we do this?

Updated on 30.03.22
Copy link

If you don't send an user_id, we automatically generate one based on the email address. You can use later this one, or just use the email address (or a hash of it).