Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.08 KB

User.md

File metadata and controls

16 lines (11 loc) · 1.08 KB

User

Properties

Name Type Description Notes
preferences UserResponsePreferences [optional]
session UserSession [optional]
login_name str The login name of the user used for authentication.<br><br><b>Endpoints</b>:<ul><li>POST user/register</li><li>GET user</li></ul> [optional] [readonly]
name Name [optional]
id int The unique identifier of a consumer/user in Yodlee system for whom the API services would be accessed for.<br><br><b>Endpoints</b>:<ul><li>POST user/samlLogin</li><li>POST user/register</li><li>GET user</li></ul> [optional] [readonly]
role_type str [optional]

[Back to Model list] [Back to API list] [Back to README]