action loket_get_employer_user_integrations_by_user_id { label: "List of all the integrations for the employer user" description: "__Activity name:__ GetEmployerUserIntegrationsByUserId\n \n\nList of all the integrations for the employer user\n" provider: loket method: GET path: "/providers/employers/users/{userId}/integrations" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } userId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "userId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }