Sign in

Create User

documented

Create a new reseller sub-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.txtlocal.com/create_user/" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"apiKey": "{{TEXTLOCAL_API_KEY}}", "user_email": "{{$user_email}}", "user_password": "{{$user_password}}", "sender": "{{$sender}}", "format": "json"}'
Create User · Textlocal · OpenIntegrations