Create end user
documentedCreate a new end user.
POST /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" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"email": "{{$email}}", "last_surveyed": {{$last_surveyed}}, "external_created_at": {{$external_created_at}}, "external_id": "{{$external_id}}", "properties": {"city": "{{$city}}", "company": "{{$company}}", "product": "{{$product}}"}}'