Skip to main content

Get Individual is Opted-In

GET 

/v3/service/data-disclosure-agreement/record/:dataDisclosureAgreementRecordId/individual/:individualId

Checks whether the individual is 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

    individualId stringrequired

    Unique ID of an object

Responses

Check if an Individual is Opted-In to Data Agreement

Schema
    optIn boolean

    Indicates if the individual is opted-in to the Data Agreement

    individual object

    Shallowly models an Individual which may reference some instance in an external system (registration system, functional ID, foundational ID etc). An Individual instance of this model is not to be mistaken with a unique natural individual. It is up to the system owner to decide if this record permits mapping to a natural individual and/or if a single Individual row can map to several consent agreements.

    id string

    The unique ID of an Individual row.

    externalId string

    Reference to another foundational/functional ID, which is likely PII

    externalIdType string

    External ID type specifier. A string. For instance "email" or "foundational ID". Can be used in later queries.

    identityProviderId string

    This could be an FK, but for now we do not have a mapping of identity providers. IDBB may have more requirements.

    name stringrequired

    Name of the individual

    iamId string

    Create a user in keycloak and save the id as iamId

    email stringrequired

    Email ID

    phone stringrequired

    Phone

    pushNotificationToken string

    Device token of the individual

    deviceType string

    Possible values: [android, ios]

    Device type(OS) of the individual

    mapperId string

    Defines the mapper id of the individual

Loading...