scope=organization. Requires the task to exist and the target organization to exist. Logs an audit entry.curl --location 'https://api-dev.commandroom.ai/api/api/task-shares/share-with-organization' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: ' \
--header 'Content-Type: application/json' \
--data '{
"task_id": 1,
"organization_id": 1,
"access_level": "read-only"
}'{
"message": "Success.",
"data": {
"id": 1,
"task_id": 1,
"organization_id": 1,
"shared_by": 1,
"access_level": "read-only",
"scope": "organization",
"usage_count": 10,
"shared_at": "2026-01-15T10:30:00.000000Z",
"created_at": "2026-01-15T10:30:00.000000Z",
"updated_at": "2026-01-15T10:30:00.000000Z"
}
}