Email_verified and email fields are missing from response when calling /userinfo

Hi when I call /userinfo endpoint the only field I’m getting back are

{
  sub: '',
  nickname: '"',
  name: ''",
  picture: ''",
  updated_at: ""
}

I would like /userinfo endpoint to contain email_verified and email fields is that possible?

Hi @szpigiel.marcin ,

Welcome to the Auth0 Community!

I understand that you want to obtain the email_verified and email fields when calling the /userinfo endpoint. I tested this endpoint and get both fields by setting scope as:

scope: openid email profile

Does it work for you?

Thank you that was it I had only openid and profile scopes set.

You are very welcome :grinning:

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