What user id is needed to update user info? I am using the get user by email but no IDs work from this call.
Hey there @avantassel welcome to the community!
If you are getting a user by email, the user_id
you are looking for will start with the provider (auth0
, google-oauth2
etc.):
You’ll need to use the entire string, so auth0|62XXXX
.
Hope this helps!
Ok thanks, I did not try with the provider, this works now.
1 Like
Awesome, good to hear!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.