Add Data Subjects to Parent Consent Group

Use this API to add data subjects as children of the specified Parent Consent Group.

πŸ—’

Things to Know

  • A Parent Consent Group can either have Consent Groups as children or data subjects as children within a given level in the hierarchy, not both. If data subjects are added as children to the Parent Consent Group, Consent Groups cannot be added to the Parent Consent Group at that given level or any level below in the hierarchical structure.
Path Params
uuid
required

The UUID of the Consent Group. consentGroupGuid can be retrieved using the Get a paged view for consent groups API

Body Params
dataSubjects
array of objects
length between 1 and 2147483647

A list of Data Subjects to be added to a Consent Group, identified either by their id or their identifier value

dataSubjects
uuid

Unique Identifier identifying a Data Subject

string

The Data Subject identifier value

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*