Update end user settings
documentedUpdate the settings for a specific end user.
PUT /v1/end_users/{id}/settingsEnd 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/{{$end_user_id}}/settings" \
-X PUT \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"email_nps": {{$email_nps}}, "mobile_nps": {{$mobile_nps}}, "web_nps": {{$web_nps}}, "force_web_survey": {{$force_web_survey}}, "force_mobile_survey": {{$force_mobile_survey}}}'