Are you seeing a
name
field in the user profile after they log in?
Yes, As i mentioned the name field is visible in the PostLogin action (but not in the PostUserRegistration) and also in the raw_json inside Dashboard > UserManagement > Users.
Also, have you checked in the
event.user.user_metadata
object?
Yes, the user_metadata object is available in the PostUserRegistration action but it is empty. I have attached a sample of the evemt.user object below
"user":{"email":"username@email.com","tenant":"tenant_name","user_id":"auth0|id","app_metadata":{},"user_metadata":{},"email_verified":false,"phone_verified":false},"configuration":{}