Sign in

Update user

documented

Update an existing user's fields.

PUT /api/users/{id}.jsonUsersno 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://www.supersaas.com/api/users/{{$user_id}}.json?account={{$account_name}}&api_key={{SUPERSAAS_API_KEY}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"user": {"name": "{{$name}}", "email": "{{$email}}", "full_name": "{{$full_name}}", "address": "{{$address}}", "mobile": "{{$mobile}}", "phone": "{{$phone}}", "country": "{{$country}}", "timezone": "{{$timezone}}", "field_1": "{{$field_1}}", "field_2": "{{$field_2}}", "super_field": "{{$super_field}}", "credit": {{$credit}}, "role": {{$role}}}}'"
Update user · SuperSaaS · OpenIntegrations