Create user
documentedCreate a new user.
POST /v2/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://api.harvestapp.com/v2/users\" \\n -X POST \\n -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \\n -H \"Harvest-Account-Id: {{$ACCOUNT_ID}}\" \\n -H \"User-Agent: HarvestIntegrations/1.0\" \\n -H \"Content-Type: application/json\" \\n -d '{\\"first_name\\": \\"{{$first_name}}\\", \\\"last_name\\": \\"{{$last_name}}\\", \\\"email\\": \\"{{$email}}\\", \\\"timezone\\": \\"{{$timezone}}\\", \\\