How can I update data without login/logout (laravel)

HI so i am using universal login and i am saving some of the data with me on the database using this guide provided by auth0

now when i update the data using management API it successfully update on auth0 but in order for the change to reflect in the app i need to logout and login is there a workaround so i do have to do that

Thanks