action yodlee_get_provider_account_profiles { label: "Get User Profile Details" description: "The get provider accounts profile service is used to return the user profile details that are associated to the provider account.
" provider: yodlee method: GET path: "/providerAccounts/profile" encoding: json input: { type: "object" properties: { providerAccountId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }