Returns a list of users who voted for a specific option in a poll.

This method can be called without an access token.

Parameters

poll_id
integer (positive)

Poll identifier.

answer_id
integer (positive)

Poll option identifier.

offset
integer (non-negative)

Offset into the list of users for pagination.

count
integer (1..1000)

How many users to return.

By default 100.

fields
string

Comma-separated list of user profile fields to be returned.

Result

Returns a paginated list of user identifiers.

If fields are specified, returns a paginated list of user objects.

Errors

Global errors may occur when calling this method.