Add Consent Groups to Parent Consent Group

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

πŸ—’

Things to Know

  • A Consent Group can only be added as a child to one Parent Consent Group.
  • 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 Consent Groups are added as children to the Parent Consent Group, data subjects cannot be added to the Parent Consent Group at that given level.
  • Consent Groups can support a hierarchical structure of up to 4 levels. However, once data subjects are added as children to a Parent Consent Group, no additional Consent Groups can be added to that 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
consentGroupIds
array of uuids
length between 1 and 2147483647

A list of Consent Groups to be added to a Consent Group as its children, identified by their ids

consentGroupIds
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
*/*