action loket_get_employer_user_by_user_id { label: "Details of an user" description: "__Activity name :__ GetEmployerUserByUserId\n\nGet the details of an user\n" provider: loket method: GET path: "/providers/employers/users/{userId}" 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 } }