Hi,
I am encountering the following issue :
-
Create a guest user → the user in database gets a “fake” identity value in the email column that looks like “sZdg6Ljs7a”
-
Try to update the user in order to add a property, like so :
-
This call returns a 400 error, which says : Error: Provided email has wrong format.
The issue is that the email hasn’t changed. In fact it hasn’t really been set yet.
In my opinion, if the email isn’t changing, then this should not return an error, it should only modify the changed values.
Could you advise if this is the expected behavior, and if so, what kind of workaround you advise in order to update a guest user ?
Thanks.