Sign in

Change contact owner

documented

Change or remove the owner for one or more contacts in a team.

POST /api/v1/contacts.changeOwnerContactsno 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.contactsplus.com/api/v1/contacts.changeOwner" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"contactIds": [ "{{$contact_id_1}}", "{{$contact_id_2}}" ], "ownerId": "{{$owner_id}}", "teamId": "{{$team_id}}"}'
Change contact owner · Contacts+ · OpenIntegrations