Changing email for social provider

I’m wondering if it’s possible to update a user’s email using the management API if the user signed up using Google. I’m successfully able to update it if they login using username-password, but it fails when the user logged in via Google. I’m using the /api/v2/users/{id} MGMT api endpoint, and I’ve tried specifying the client_id from the web app and connection = “google-oauth2”.

Any ideas if this is possible? Thanks!

Hi @gregp,

I apologize for the delay in response and would like to try and provide an answer for future users who have a similar problem.

This is not possible, and it must be done through their google account. This is because the identity is provided and managed by google.

Thanks,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.