User Resource
Entity: user
| Attribute Name | Type | Description | Endpoints |
|---|---|---|---|
| id | long | The unique identifier of a consumer/user in the Yodlee system for whom the API services would be accessed for. | POST user/login POST user/samlLogin POST user/register GET user |
| loginName | string | The login name of the user used for authentication. This has to be provided as an input to the POST user/login service. | POST user/login POST user/samlLogin POST user/register GET user/credentials/token GET user |
| string | The email address of the user. | GET user | |
| name | name | First, middle and last names of the user. | POST user/login POST user/samlLogin POST user/register GET user |
| address | address | The address of the user. | GET user |
| preferences | entity | Preferences of the user to be respected in the data provided through various API services. | POST user/login POST user/samlLogin POST user/register GET user |
| session | entity | Session token of the user using which other services are invoked in the system. | POST user/login POST user/samlLogin POST user/register |
| accessTokens | entity[] | Token used to access the widgets hosted by Yodlee. | GET user/accessTokens |
| token | string | Token generated to reset the password of the user. | GET user/credentials/token |
| validUntil | dateTime | The date-time till which the token generated is valid. | GET user/credentials/token |
| roleType | string | The role type of the user returned as INDIVIDUAL. | GET user POST user/register POST user/samlLogin |
Entity: preferences
| Attribute Name | Type | Description | Endpoints |
|---|---|---|---|
| currency | string | The currency of the user. This currency will be respected while providing the response for derived API services. Valid Value: Currency |
GET user POST user/login POST user/samlLogin POST user/register |
| locale | string | The locale of the user. This locale will be considered for localization features like providing the provider information in the supported locale or providing category names in the transaction-related services. | GET user POST user/login POST user/samlLogin POST user/register |
| timeZone | string | The timezone of the user. This attribute is just a place holder and has no impact on any other API services. | GET user POST user/login POST user/samlLogin POST user/register |
| dateFormat | string | The dateformat of the user. This attribute is just a place holder and has no impact on any other API services. | GET user POST user/login POST user/samlLogin POST user/register |
Entity: session
Entity: accessTokens
Enums: Currency
| Currency | Description |
|---|---|
| AUD | Australia Dollar |
| BRL | Brazil Real |
| CAD | Canada Dollar |
| CHF | Swiss Franc |
| EUR | Euro Member Countries |
| GBP | United Kingdom Pound |
| HKD | Hong Kong Dollar |
| IDR | Indonesia Rupiah |
| INR | India Rupee |
| JPY | Japan Yen |
| MXN | Mexican Peso |
| NZD | New Zealand Dollar |
| RUR | Russian Ruble |
| SGD | Singapore Dollar |
| USD | United States Dollar |
| ZAR | South Africa Rand |
| CNY | China Yuan Renminbi |
| VND | Viet Nam Dong |