Wasting hours on a very simple task for which I cannot find any documentation.
All I want to do is create a post-login form that updates user metadata.
How can I perform this very basic task.
Thanks.
Wasting hours on a very simple task for which I cannot find any documentation.
All I want to do is create a post-login form that updates user metadata.
How can I perform this very basic task.
Thanks.
Hi @dvera,
Welcome to the Auth0 Community!
I understand that you want to update values already included in the user_metadata
using Actions.
Usually, to update a value already included in user_metadata, it is necessary to use the same “name
”, and change the value by adding here: api.user.setUserMetadata(name, value)
I can recommend checking these two articles and let me know if those work for you:
Please let me know if this helps and if you have any follow-up questions.
Thanks,
Timotei
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.