List Opted-In Individuals
GET/v3/service/data-disclosure-agreement/record/:dataDisclosureAgreementRecordId/individuals
Lists individuals that have opted-in to the underlying Data Agreement within the specified Data Disclosure Agreement Record.
Request
Path Parameters
dataDisclosureAgreementRecordId stringrequired
Unique ID of a Data Disclosure Record
Responses
- 200
List of Opted-In Individuals
- application/json
- Schema
- Example (from schema)
Schema
individuals object[]required
{
"individuals": [
{
"id": "",
"externalId": "",
"externalIdType": "",
"identityProviderId": "",
"name": "string",
"iamId": "string",
"email": "string",
"phone": "string",
"pushNotificationToken": "string",
"deviceType": "android",
"mapperId": "string"
}
]
}
Loading...