helloworld@lemmy.ml to Privacy@lemmy.mlEnglish · 23 hours agoCan other lemmy users see my email address I registered with?message-squaremessage-square14fedilinkarrow-up134arrow-down10file-text
arrow-up134arrow-down1message-squareCan other lemmy users see my email address I registered with?helloworld@lemmy.ml to Privacy@lemmy.mlEnglish · 23 hours agomessage-square14fedilinkfile-text
minus-squaredavel [he/him]@lemmy.mllinkfedilinkEnglisharrow-up5·19 hours 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'