Create user
documentedCreate a new user (invite).
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://{{$subdomain}}.letsfreckle.com/api/users.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-FreckleToken: {{LETSFRECKLE_SECRET}}" \
-d '{"user": {"first_name": "{{$first_name}}", "last_name": "{{$last_name}}", "email": "{{$email}}"}}'