List end users
documentedRetrieve a paginated list of end users.
GET /v1/end_usersEnd Usersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.wootric.com/v1/end_users?page={{$page}}&per_page={{$limit}}&email={{$email}}&created[gt]={{$created_gt}}&created[lt]={{$created_lt}}&updated[gt]={{$updated_gt}}&updated[lt]={{$updated_lt}}&sort_order={{$sort_order}}&sort_key={{$sort_key}}&surveys_disabled={{$surveys_disabled}}" \\n -X GET \\n -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\n -H "Accept: application/json"