Get Poll Audience
Get poll audience
Path Parameters
companyID companyID required
The id of the company
pollID pollID required
The id of the poll
Responses
- 200
- 404
List of users targeted by the poll
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
items object[]
List of users
id string nullable
Unique ID a user
email string
Email of the user
{
"items": [
{
"id": "2e8f9915-fda0-450c-95a3-d61f93c66fa9",
"email": "john.doe@at.cafe"
}
]
}
An error when the poll is not found
application/json
Schema
Example (from schema)
Schema
message string
Error message
{
"message": "User not found"
}
Loading...