How to Update user.data for a User in FusionAuth via API or Admin Forms
-
I would like to be able to change a field in a user's user.data, but the "Manage" user screen does not show me user.data. How can I do this?
-
There are a few ways you can get what you need. You can either make these changes via the API and then they will be updated in the UI.
Or you can do this using custom admin forms:
-