Update Data Subject Group

Use this API to update an existing Data Subject Group.

πŸ—’

Things to Know

  • Data Subject Groups must contain at least one primary data subject identifier and two data subjects.
  • To update the Data Subject Group name, use the groupName parameter and enter a new name different from the one already in use.
Path Params
uuid
required

Unique identifier identifying a Data Subject Group.

Body Params
identifiers
array of strings
length between 2 and 2147483647

A list of all the Data Subject identifiers to be added to the group; must be at least 2

identifiers
primaryIdentifier
array of strings
length between 1 and 2147483647

List of all primary Data Subject identifiers of the group; must be contained in the identifiers list

primaryIdentifier
string

Name of the Linked Identity Group

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