action learnifier_get_users_userid_project_participations { label: "Returns information about the projects the user is a participant in." description: "Returns information about the projects the user is a participant in. Only the projects that the current token have access to will be listed.\n" provider: learnifier method: GET path: "/users/{userid}/projectParticipations" encoding: json input: { type: "object" properties: { userid: { type: "string" } } required: ["userid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }