Did Bubble Move the Email Field in the Data API?

Hey everyone,

I could swear that the user’s email used to be returned in the Data API at the same level as other user attributes (e.g., first_name, last_name, etc.). But now I’m seeing it show up under:

"authentication": {
  "email": {
    "email": "user@example.com",
    "email_confirmed": true
  }
}

Am I misremembering, or did Bubble actually change this structure at some point? If so, does anyone know when this change happened (or if it was documented anywhere)?

I’m updating some old integrations and just want to be sure I’m not going crazy. :sweat_smile:

Thanks in advance!

Matt

No, always been that way (though behaviour may change if your app has SSO / login with social network)

2 Likes

Yeh, I see that now. Still not fully awake… :upside_down_face: