Sign in

Add guest

documented

Add an existing guest to a project, or invite someone by email.

POST /api_v2/projects/{project_id}/add_guest.jsonProjectsno 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://www.bugherd.com/api_v2/projects/{{$project_id}}/add_guest.json" \
  -X POST \
  -u "{{BUGHERD_API_KEY}}:x" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"user_id":{{$user_id}},"email":"{{$email}}"}'
Add guest · bugherd · OpenIntegrations