action loket_get_configured_external_tenant_by_provider_user_id { label: "Configured external tenant for a provider user" description: "__Activity name :__ GetConfiguredExternalTenantByProviderUserId\n\n\n Get the external tenant that is configured for this specific user. \n" provider: loket method: GET path: "/providers/users/{providerUserId}/configuredexternaltenant" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } filter: { type: "string" } orderBy: { type: "string" } providerUserId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "providerUserId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }