Deanonymize
Returns the same usage report with all fields deanonymized.
Request
URI
POST
https://umip/api/v1/deanonymize
COPY
Request Body
string
text
Required
The content of the usage report to be deanonymized.
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