Sign in

Create user

documented

Create a new User resource associated to the Account specified by id.

POST /accounts/{id}/usersAccountsno implementation yet0 runs
No 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.usecopper.com/next/accounts/{{$account_id}}/users" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -u "{{COPPER_API_KEY}}": \
  -d '{"name": "{{$name}}", "email": "{{$email}}"}'