I want to store additional information about users in my application - for example, which team they are part of. Is there a built-in way to associate metadata with users in FusionAuth, or is it better to use a separate database? And for the latter option, should I use a webhook for registration events so I know when to create a new user in the separate database?
Thanks!