Reading through the documentation, I dont see an easy way to sync changes made with auth0 management and my applications database. If goes through the application and edits their info, our database record for that user is updated and an API call can be made to the management API to update the information on Auth0. But how do you do the reverse? If updates to a user are made through Auth0 directly, how does that get synced back with my application database?
Hi @majodu,
Welcome to the Auth0 Community!
Yes, that is correct. There is currently no easy way to sync the changes made in Auth0 to your Application database.
For now, you could propagate the updates to your application database by calling the Management API’s Get User endpoint.
Or perform a user export in Auth0 and import them back into your application database.
I hope this helps!
Thanks,
Rueben
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.