Shikhar Subedi
Shikhar Subedi

Reputation: 616

Get email from username of user in Phabricator

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

Answers (1)

Evan Priestley
Evan Priestley

Reputation: 3297

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

Upvotes: 1

Related Questions