Sign in

Update user

documented

Edit details for a single user.

POST /api/v1/users/{user_id}Usersno implementation yet0 runs
No 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://app.whatconverts.com/api/v1/users" \
  -X POST \
  -u "{{WHATCONVERTS_TOKEN}}:{{WHATCONVERTS_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"user_id": {{$user_id}}, "role_id": {{$role_id}}, "new_account_notifications": {"reports": {{$reports}}, "phone_calls": {{$phone_calls}}, "transactions": {{$transactions}}, "events": {{$events}}, "chats": {{$chats}}, "emails": {{$emails}}, "other": {{$other}}, "text_messages": {{$text_messages}} }, "accounts": [ {"account_id": {{$account_id}}, "reports": {{$reports}}, "phone_calls": {{$phone_calls}}, "web_forms": {{$web_forms}}, "transactions": {{$transactions}}, "events": {{$events}}, "chats": {{$chats}}, "emails": {{$emails}}, "other": {{$other}}, "text_messages": {{$text_messages}} } ] }'
Update user · WhatConverts · OpenIntegrations