post https://api.sandbox-65ebc.chico.ai/v1/persona//users
Returns a ranked list of users who match a persona definition.
Users are sorted by their persona score, with the highest scoring users appearing first. Results are paginated
by default, with 500 users per page. You can specify the page number and page size by passing the page_number
and page_size
query parameters. (e.g. GET /persona/{persona_id}/users?page_number=2&page_size=100
)
You can also specify the minimum persona score threshold that a user must meet to be included in the response.
If not specified, will default to the hyperplane suggested threshold for the given persona_id.
You can also use a blocklist to exclude specific users from the response.