Reputation: 616
I was configuring Phabricator to work with Jabber chat. I need to find the email address of the receiver of the message. I only have the username of the receiver.
I have looked at the Conduit queries and there is a query.user method but it does not retrieve the email.
How can I get the email of the receiver from their username?
Upvotes: 0
Views: 582
Reputation: 3297
Phabricator does not expose email addresses, by design. We consider this information to be private.
Upvotes: 1