0

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?

grg
  • 5,023
  • 3
  • 34
  • 50
Shikhar Subedi
  • 606
  • 1
  • 9
  • 26
  • Also see https://stackoverflow.com/questions/21247630/how-do-you-change-a-users-email-address-in-phabricator ... – Anon Nov 08 '18 at 09:38

1 Answers1

1

Phabricator does not expose email addresses, by design. We consider this information to be private.

Evan Priestley
  • 3,287
  • 23
  • 16