Oracle GoldenGate · Example Payload

Oracle Goldengate Veridata Rest Replace User Request Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Veridata Rest Replace User Request Example is an example object payload from Oracle GoldenGate, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstNamelastNameemailroleuserGroupId

Example Payload

Raw ↑
{
  "firstName": "example_value",
  "lastName": "example_value",
  "email": "user@example.com",
  "role": "example_value",
  "userGroupId": "500123"
}