contact_owner_not_found
The requested owner_user_id is not a user in this tenant. A foreign user id is indistinguishable from an absent one, so assigning a contact can never create a cross-tenant owner link.
Problem shape
Every non-2xx response is an RFC 9457 application/problem+json body. The type URI below is stable and machine-matchable, so branch on the final path segment (the code) and treat the status as redundant confirmation. See the error-handling guide.
{
"type": "https://docs.vocapable.com/errors/contact_owner_not_found",
"title": "…",
"status": 404,
"detail": "…",
"instance": "/v1/…"
}