Add Internal Contact to a Partner
Assigns an internal contact to this partner with the specified role. The person is identified by email (within the organization) — reused if they already exist, created if not.
Documentation Index
Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for assigning an internal contact to a partner.
Finds or creates the InternalContact by (organization_id, email), then creates an InternalContactAssignment linking them to this partner with the given role.
Email uniquely identifies the internal contact within the organization.
1account_manager, account_executive, csm, lead, co_lead, practice_lead Successful Response
An InternalContact assigned to a Partner with a specific role.
partner_id is null for "floating" assignments — contacts whose role is
declared at the organization level but who have not yet been attached to a
specific partner.
The role this internal contact holds for this partner.
account_manager, account_executive, csm, lead, co_lead, practice_lead Third-party sync identifier for upsert deduplication.
An internal contact (CSM, AM, etc.) at the organization level.
String representing the object's type. Objects of the same type share the same value.