Convert user identifiers to account IDs in CQL queries
POST {{baseUrl}}/experimental/cql/pdcleaner
Converts one or more CQL queries with user identifiers (username or user key) to equivalent CQL queries with account IDs.
You may wish to use this operation if your system stores CQL queries and you want to make them GDPR-compliant. For more information about GDPR-related changes, see the migration guide.
Permissions required: None
Request Body
{"queryStrings"=>["<string>", "<string>"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"queryStrings":["type = page and creator != '847586:5371623a-12b4-1a11-ed01-a53542f02dd1' and space = DEV"]}