Is there any way to update the user id with the `/...
# support-questions-legacy
p
Is there any way to update the user id with the
/recipe/userid/map
during a users initial login process? In a attempt to do a rolling migration from our old user database to supertokens I keep getting an 400 from that endpoint
UserId is already in use in Session recipe
. I am calling this endpoint within the
createNewSession
override.
4 Views