Informatica · Example Payload

Informatica Platform Rest Login Response Example

Address VerificationB2B GatewayCloud ServicesData GovernanceData IntegrationData ProfilingData QualityEnterprise SoftwareETLIDMCIICSMaster Data ManagementReference Data Management

Informatica Platform Rest Login Response Example is an example object payload from Informatica, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idorgIdorgUuidnamefirstNamelastNametitlephoneemailstimezoneserverUrlicSessionIdsecurityQuestionsecurityAnswercreateTimeupdateTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "orgId": "500123",
  "orgUuid": "500123",
  "name": "Example Title",
  "firstName": "example_value",
  "lastName": "example_value",
  "title": "Example Title",
  "phone": "example_value",
  "emails": "user@example.com",
  "timezone": "example_value",
  "serverUrl": "https://www.example.com",
  "icSessionId": "500123",
  "securityQuestion": "example_value",
  "securityAnswer": "example_value",
  "createTime": "example_value",
  "updateTime": "example_value"
}