I'm looking to send email notifications to the requesting user when deployments start/finish/fail. Accomplishing this with ABX seemed to be logical and easy, but in examining the payload for the "Deployment Requested" event type only the username is passed and not the email address of the requester. I then thought I might be able to pull this from the identity API, but I get a 403 Forbidden when trying to work with the UserController (org owner permissions).
My question would be has anyone else tried something similar to any success? What method might you be using?
Thanks!