Informatica · JSON Structure

Informatica Platform Rest Login Response Structure

Type: object Properties: 16
Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

LoginResponse is a JSON Structure definition published by Informatica, describing 16 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id orgId orgUuid name firstName lastName title phone emails timezone serverUrl icSessionId securityQuestion securityAnswer createTime updateTime

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LoginResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "orgId": {
      "type": "string"
    },
    "orgUuid": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "emails": {
      "type": "string"
    },
    "timezone": {
      "type": "string"
    },
    "serverUrl": {
      "type": "string"
    },
    "icSessionId": {
      "type": "string"
    },
    "securityQuestion": {
      "type": "string"
    },
    "securityAnswer": {
      "type": "string"
    },
    "createTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    }
  }
}