TeamCity has a list of Build Parameters, and it also knows the user that triggered a build; but I can't find that user name in the list of Build Parameters.
I would like to be able to send an email to the user that started a specific build without having to have that user set up a build notification through the TC UI, and in order to do that I would need to get the users name/email address from TC after a build is completed; but I can't see how I can pull that off. How can I get that users information from TC?