Hi!
Can you please help me to resolve this issue? When I use the oauth2/v1/userinfo endpoint to locate profile data for the authenticated user, I receive user attributes like email_verified, locale or zoneinfo. However, when I later use the api/v1/users/{userId} endpoint on behalf of the application (using the SSWS token), I cannot find a way to obtain those specific attributes of the user (not custom ones, with those all good), the major priority is to get email_verified field. Is there any way I could do that?
Thanks!