Create Sub-User
documentedCreate a new sub-user under a client account.
POST /api/create-sub-userUsersno 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://{{$dashboard_subdomain}}.mywifi.io/api/create-sub-user" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d 'identifier={{MYWIFINETWORKS_SECRET}}&first_name={{$first_name}}&last_name={{$last_name}}&mobile_phone={{$mobile_phone}}&email={{$email}}&password={{$password}}&quickreport={{$quickreport}}&readonly={{$readonly}}&quickreport_location_id={{$quickreport_location_id}}'