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
- 401
- 404
- 500
List of Opted-In Individuals
- application/json
- Schema
- Example (from schema)
Schema
individuals object[]required
{
"individuals": [
{
"id": "64541a2e6e7569000145cd66",
"externalId": "[email protected]",
"externalIdType": "email",
"identityProviderId": "64541a2e6e7569000145ab12",
"name": "string",
"iamId": "string",
"email": "string",
"phone": "string",
"pushNotificationToken": "string",
"deviceType": "android",
"mapperId": "string"
}
]
}
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Resource not found
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...