Get List of Data Subject Groups

Use this API to retrieve a list of all Data Subject Groups. The response will include the Data Subject Group ID, number of data subjects, and details of the primary data subjects in the group.

Recipes
⛓️
Retrieve Data Subject Consent for all Members of the Data Subject Group
Open Recipe
Query Params
int32
Defaults to 0

Results page you want to retrieve (0..N) - e.g. 3

int32
≥ 0
Defaults to 20

Number of Linked Identity Group records retrieved per page - e.g. 20

boolean

Optionally include information about the organizations associated with linked identity groups

Headers
string

In order to retrieve a list of Linked Identity Groups whose primary identifier is equal to the primaryDataSubjectIdentifier header value

string

In order to retrieve a list of Linked Identity Groups whose primary identifier type is equal to the primaryDataSubjectIdentifierType header value

Responses

Response body
object
content
array of objects
content
object
date-time

Creation date of a Linked Identity Group

string

The Group name for the linked identifier

uuid

Globally unique identifier of a Linked Identity Group

boolean

The identifier is primary or not

string

The linked identifier is PRIMARY or CHILD or GROUP_NAME

date-time

Last modified date of a Linked Identity Group

int64

The number of Data Subjects in a Linked Identity Group

organizations
array of uuids
organizations
uuid

Globally unique identifier of the primary Data Subject

string

The identifier value of the primary Data Subject

string

The identifier type of the primary Data Subject

primaryDataSubjects
array of objects
primaryDataSubjects
object
uuid

Unique identifier of the Data Subject

string

The identifier value of the Data Subject

string

The identifier type of the Data Subject

boolean
boolean
int32
int32
int32
sort
object
boolean

This flag indicates whether sort criteria was left undefined.

boolean

This flag indicates whether the results were sorted.

boolean

This flag indicates whether the results were not sorted.

int64
int32
401

Unauthorized

403

Forbidden

404

Not Found

Language
Credentials
OAuth2