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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;queryStrings&quot;:[&quot;type = page and creator != &#39;847586:5371623a-12b4-1a11-ed01-a53542f02dd1&#39; and space = DEV&quot;]}