Looking at https://github.com/discourse/discourse/blob/master/plugins/poll/plugin.rb it seems the Discourse poll plugin doesn’t even store the voter’s identity yet. At least if I correctly decoded that ruby code…
In the API it also only lists number of votes and number of voters: Polling in Discourse