v3

OpenAPI 3.1.02026-07-2759128137.8 KB
contacts

Reassign Contact Owner

Assign or clear the owner of a contact.

Requires the contacts:write scope on the API key.

patch/v1/contacts/{contact_id}/owner

Path parameters

contact_idstring uuid required

ID of the contact.

Request body

owner_user_idstring uuid nullable required

User to assign as owner. Pass null to clear the owner.

Response

Successful Response