ts.org.add_endeavour

Associate an endeavour with an organization.

Associate an endeavour with an organization.

Requires authentication

Description

Links an endeavour to an organization. This creates a many-to-many relationship: an endeavour can belong to multiple organizations, and an organization can have multiple endeavours.

Parameters

NameTypeRequiredDefaultDescription
organization_idstringYesOrganization ID
endeavour_idstringYesEndeavour ID to associate
rolestringparticipantRole: owner, participant

Response

Returns the association confirmation.

{
  "created_at": "2026-02-06T13:36:38Z",
  "endeavour_id": "edv_bd159eb7bb9a877a...",
  "organization_id": "org_1d9cb149497656c7...",
  "role": "owner"
}

Errors

CodeDescription
not_authenticatedNo active login for this session
not_foundOrganization not found
invalid_inputorganization_id and endeavour_id are required