Mercurial > public > src > rhodecode
diff docs/api/api.rst @ 2608:7e3e9d0c5575 beta
Add list of all emails that user may have into get_user call
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Mon, 25 Jun 2012 23:16:14 +0200 |
parents | 7ac09514a178 |
children | 374693af2849 |
line wrap: on
line diff
--- a/docs/api/api.rst Mon Jun 25 23:08:06 2012 +0200 +++ b/docs/api/api.rst Mon Jun 25 23:16:14 2012 +0200 @@ -152,6 +152,7 @@ "firstname": "<firstname>", "lastname" : "<lastname>", "email" : "<email>", + "emails": "<list_of_all_additional_emails>", "active" : "<bool>", "admin" : "<bool>", "ldap_dn" : "<ldap_dn>",