Submit user data
documentedSend a user payload for segmentation to Re:amaze
POST /data/usersData APIno 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://{{$account_id}}.reamaze.com/data/users" \
-u "{{REAMAZE_API_KEY}}:" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-X POST \
-d '{"user": {"id": "{{$id}}", "email": "{{$email}}", "authkey": "{{$authkey}}", "avatar": "{{$avatar}}", "ip": "{{$ip}}", "tz_offset": {{$tz_offset}}, "data": {{$data}}}}'