Assign Clarity Landscape Node Team
assignClarityLandscapeNodeTeamSet the owning team of a process in the process landscape (organization admin+). On a proposed process this accepts the proposal and creates the real process for that team; on an existing process it moves the process, its captures and its brief to another team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgId | Yes | ||
| intent | No | Pass "accept-proposal" when the node is expected to still be a proposed process; the call then fails if someone already accepted it, instead of silently moving a real process. | |
| nodeId | Yes | The process node whose owning team changes. | |
| teamId | Yes | The team that owns the process from now on. A process always belongs to a team, so null is rejected. |