Create Data Subject GroupAsk AIpost https://{hostname}/rest/api/consent/v4/linkedidentitygroupsUse this API to create a new Data Subject Group. πThings to Know Data Subject Groups must contain at least one primary data subject identifier and two data subjects. Body ParamsgroupNamestringrequiredA user-defined name for the group of linked identities.memberIdentifiersarray of stringsrequiredA list of all member identifiers that belong to the group.memberIdentifiers*ADD stringprimaryIdentifiersarray of stringsrequiredA List of all identifiers that are primary identifiers. The members in this list need not be present in member identifiers list as they are mutually exclusive.primaryIdentifiers*ADD stringResponses 200OK 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago