Is there a way to customize userCreate function to populate additional field?
In my usecase I need to copy user.id value to another column
userId
or id_email
upon user creation2 Replies
This should be possible with API hooks from the docs
Will run the built in userCreate first and then add an additional field in a second call or will it enrich the payload of the initial user create call?
Anyone looking for a solution, here is how it's done