action yodlee_get_user { label: "Get User Details" description: "The get user details service is used to get the user profile information and the application preferences set at the time of user registration.
" provider: yodlee method: GET path: "/user" encoding: json output: { type: "object" additionalProperties: true } }