Given a user's email address, retrieves their private key. In the case of failure a rejected promise is returned to the caller.

get/users/{emailAddress}/privatekey

Path parameters

emailAddressstring required

Response

Successful operation

passwordEncryptedPrivateKeystring

Changes