Fields
| Name | Type | Description |
|---|---|---|
| caseId | String! | Unique identifier for a case |
| existingIndividuals | [ExistingIndividualDetailsInput!]! | The existing individuals requiring verification in this case |
Definition of the AddExistingIndividualsToCaseInput input object
| Name | Type | Description |
|---|---|---|
| caseId | String! | Unique identifier for a case |
| existingIndividuals | [ExistingIndividualDetailsInput!]! | The existing individuals requiring verification in this case |