Create user
documentedCreate a new user in your SuperSaaS account.
POST /api/usersUsersno 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://www.supersaas.com/api/users" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Basic {{SUPERSAAS_SECRET}}" \
-d '{"user": {"full_name": "{{$full_name}}", "name": "{{$name}}"}}'