Search code examples
parse-platformparse-server

How get users emails in though query


Parse doesn't return users emails in query response, but I need get emails in basic find query, how can I get it?


Solution

  • Emails are not accessible for security reasons by no-one. Only a call with the masterKey can read the emails from the users table.

    This is a preventive security measure in order to avoid data leaks.