How to add custom parameters to a user

Im trying to figure out how I can add custom values to a user when they sign up so in the backend in node.js I have a module that returns a string and I want to add that string to the user in say metadata how can that be done? So when someone signs up there’s a random BCH address generated for that user and I want to add it to there profile so I can display it.

Hi, have you considered adding user metadata (see Understand How Metadata Works in User Profiles)? There’s a a good start for exploring this at Define and Maintain Custom User Data

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.