I am wondering if anyone has had any success in updating the users profile from an action. In particular, I would like to use a URL based API to gather that information in the login process. I can get the data from the API, but it seems I can only find documentation on updating the user and app metadata. I would like to update the family_name and given_name of the profile.
I understand you have questions about updating the user’s profile family_name and given_name properties using Actions.
In this situation, I recommend using the Management API in Actions to call the updateUser() method and passing the family_name and given_name properties to be updated in the user profile. I have attached the corresponding code snippet below: