action learnifier_get_orgunits_orgid_projects_projectid_participants { label: "Project participants" description: "Returns project participants\n" provider: learnifier method: GET path: "/orgunits/{orgid}/projects/{projectid}/participants" encoding: json input: { type: "object" properties: { orgid: { type: "string" } projectid: { type: "string" } } required: ["orgid", "projectid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }