🤗lemmyverseultrahug@lemmy.ml to Privacy@lemmy.mlEnglish · 2 days agoCan other lemmy users see my email address I registered with?message-squaremessage-square7fedilinkarrow-up117arrow-down10file-text
arrow-up117arrow-down1message-squareCan other lemmy users see my email address I registered with?🤗lemmyverseultrahug@lemmy.ml to Privacy@lemmy.mlEnglish · 2 days agomessage-square7fedilinkfile-text
minus-square🤗lemmyverseultrahug@lemmy.mlOPlinkfedilinkarrow-up2·2 days agoI found this answer helpful, can you open it? https://lemmy.ml/post/35169048/20671736
minus-squaredavel@lemmy.mllinkfedilinkEnglisharrow-up4·2 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'
I found this answer helpful, can you open it? https://lemmy.ml/post/35169048/20671736
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'