Envestnet · Schema

UserSession

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
userSession string Session provided for a valid user to access API services upon successful authentication.

Endpoints:
  • POST user/samlLogin
  • POST user/register
View JSON Schema on GitHub

JSON Schema

envestnet-usersession-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserSession",
  "title": "UserSession",
  "type": "object",
  "properties": {
    "userSession": {
      "type": "string",
      "description": "Session provided for a valid user to access API services upon successful authentication.<br><br><b>Endpoints</b>:<ul><li>POST user/samlLogin</li><li>POST user/register</li></ul>",
      "readOnly": true
    }
  }
}