Deanonymize

Deanonymize

Returns the same usage report with all fields deanonymized.

Request
URI
POST
https://umip/api/v1/deanonymize
COPY
Request Body

Deanonymize a report

PostDeanonymize of type(s) application/json
Required
{
    "text": "string"
}
string
text
Required

The content of the usage report to be deanonymized.

Authentication
This operation uses the following authentication methods.
Responses
202

Data deanonymized successfully.

Returns PostDeanonymize of type(s) application/json
"PostDeanonymize Object"
string
text
Required

The content of the usage report to be deanonymized.


401
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"text:"string"}' https://{api_host}/api/v1/deanonymize