v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Data Subject Groups V4

Get List of Data Subject Group Members

Use this API to retrieve a list of all members of a data subject group.

get/rest/api/consent/v4/linkedidentitygroups/{dataSubjectGroupId}/members

Path parameters

dataSubjectGroupIdstring uuid required

The unique identifier for a Data Subject Group.

Query parameters

pageinteger

The page number of the results.

sizeinteger

The number of results per page.

sort'addedDate,asc' | 'addedDate,desc'

The sort criteria that dictates the order of the results.

Headers

requestContinuationstring

The token used to paginate a response if the number of records is more than a page.

Response

OK

numberinteger

The page number of the results.

sizeinteger

The number of results per page.

lastboolean

Flag indicating whether this is the last page or not.

firstboolean
numberOfElementsinteger
emptyboolean
requestContinuationstring

The token used to paginate a response if the number of records is more than a page.

Example response

{
  "content": [
    {
      "id": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
      "name": "a2229953-b4b5-4042-8cb9-b78038cc4c41",
      "identifier": "example@otprivacy.com",
      "isPrimary": true,
      "addedDate": "2020-05-30T12:23:42.145Z"
    }
  ],
  "number": 1,
  "size": 20,
  "requestContinuation": "{\\\"compositeToken\\\": \\\"jmxpAKZxe9nZkAoAAAAAAA==\\\"}"
}