Sign in

Update contact credentials

documented

Update a contact's login credentials.

POST /customers/update_credentials.jsonContactsno 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://simplero.com/api/v1/customers/update_credentials.json" \
  -u "{{SIMPLERO_API_KEY}}:" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "User-Agent: MyApp (admin@example.test)" \
  -d '{"email": "{{$email}}", "first_name": "{{$first_name}}", "last_name": "{{$last_name}}", "update_login_email": {{$update_login_email}}}'