Skip to main content

Add a person to a company with a relationship code

POST 

/v1/parties/:partyId/relationships

Attach an INDIVIDUAL party to a COMPANY party post-onboarding with a relationship code such as DIRECTOR or SECRETARY. Single relationship per call.

The path partyId must resolve to a COMPANY party in the caller's tenant; the body relatedPartyId must resolve to an INDIVIDUAL party in the same tenant. Both misses return 404 PAR004001 (cross-tenant probes collapse into the same code by composite-key lookup).

Required Roles: CLIENT

Requires identity provider authentication with clientId and brandId headers.

Request

Responses

Relationship added.