🤗lemmyverseultrahug@lemmy.ml to Privacy@lemmy.mlEnglish · 4 days agoCan other lemmy users see my email address I registered with?message-squaremessage-square15fedilinkarrow-up137arrow-down10file-text
arrow-up137arrow-down1message-squareCan other lemmy users see my email address I registered with?🤗lemmyverseultrahug@lemmy.ml to Privacy@lemmy.mlEnglish · 4 days agomessage-square15fedilinkfile-text
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up5·4 days agoCan I open what? I can only get my own email address through the API: https://lemmy.readme.io/reference/get_site curl -s -w "\n" -H "authorization: Bearer ${JWT}" https://lemmy.ml/api/v3/site \ | jq -r '.my_user.local_user_view.local_user.email'
Can I open what? I can only get my own email address through the API: https://lemmy.readme.io/reference/get_site
curl -s -w "\n" -H "authorization: Bearer ${JWT}" https://lemmy.ml/api/v3/site \ | jq -r '.my_user.local_user_view.local_user.email'