Add user to team
documentedAdd a user to your Team (via email, name, and optional settings).
POST /teams/add_user.jsonTeamsno 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://api.pushover.net/1/teams/add_user.json" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "token={{PUSHOVER_TEAM_TOKEN}}&email={{$email}}&name={{$name}}&password={{$password}}&instant={{$instant}}&admin={{$admin}}&group={{$group}}"