Update user
documentedUpdate an existing user's attributes.
GET /api/update_userUsersno 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://{{$base_url}}/api/update_user?api_key={{CYPHERLEARNING_API_KEY}}&userid={{$userid}}&first_name={{$first_name}}&last_name={{$last_name}}&birthdate={{$birthdate}}&email={{$email}}&city={{$city}}&state={{$state}}&country={{$country}}&phone={{$phone}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"