Sign in

Update User

documented

Update details for an existing reseller user.

Reseller Managementno 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://api.textlocal.in/update_user/" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"apiKey": "{{TEXTLOCAL_API_KEY}}", "user_id": "{{$user_id}}", "name": "{{$name}}", "user_email": "{{$user_email}}", "user_password": "{{$user_password}}", "sender": "{{$sender}}", "address": "{{$address}}", "postcode": "{{$postcode}}", "town": "{{$town}}", "county": "{{$county}}", "telephone": "{{$telephone}}", "company": "{{$company}}"}'