Update Data Subject GroupAsk AIput https://{hostname}/rest/api/consent/v4/linkedidentitygroups/{dataSubjectGroupId}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 ParamsdataSubjectGroupIduuidrequiredThe unique identifier for the Data Subject Group to be updated.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 404Not Found 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago