Create or update user
documentedCreate a new user with a client-provided key or update an existing user by key.
POST /api/users/{id}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://www.supersaas.com/api/users/{{$id}}.json?account={{$account_name}}&api_key={{SUPERSAAS_API_KEY}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \\
-d '{"user": {"name": "{{$name}}", "email": "{{$email}}", "phone": "{{$phone}}"}}'