Request the anonymization of a conversation.
The conversation's anonymization request status
Invalid value for: path parameter conversationId, Invalid value extracted from request context, Invalid value for: query parameter force
{- "data": {
- "id": "87bac308-e49f-4134-84cc-96b868f1e1e4",
- "entityType": "ConversationAnonymizationType",
- "_type": "Conversation",
- "initiatedAt": "2021-12-01T12:46:36.581Z[GMT]",
- "targetEntityId": "10749",
- "requestedBy": "b165fdaa-51d6-44b0-bfcd-5f431d623fa7"
}
}
Request the anonymization of an end user.
The end user's anonymization request status
{- "data": {
- "id": "6bf55369-a670-4e6b-9f70-ecdb9913549f",
- "entityType": "UserAnonymizationType",
- "_type": "User",
- "initiatedAt": "2021-12-01T12:46:36.581Z[GMT]",
- "targetEntityId": "f28fafd6-2e42-4441-943c-388a8e0ef433",
- "requestedBy": "2b01e4c9-0c3a-47d4-9462-cd5a1a4687f5"
}
}
Anonymize the requested entity (user or conversation). For a conversation to be successfully anonymized, it should be in the status closed
. Otherwise, it requires forceAnonymization
parameter set to true
in the input body. NOTE: This endpoint is deprecated. Prefer using the anonymization endpoints of specific resources instead.
A request to anonymize an entity in the system (user or conversation).
The anonymization request status
Invalid value extracted from request context, Invalid value for: body, The entityId doesn't match the expected format for the specified type, The entity type is missing
Internal failure during request processing
{- "entityId": "a53b25da-f676-4c52-acac-58c9280aa23d",
- "_type": "User"
}
{- "data": {
- "id": "a53b25da-f676-4c52-acac-58c9280aa23d",
- "entityType": "UserAnonymizationType",
- "_type": "User",
- "initiatedAt": "2021-12-01T12:46:36.581Z[GMT]",
- "targetEntityId": "6292b720-9dbd-4ff7-8942-f4e917cc1520",
- "requestedBy": "062f0b37-4de0-40f2-95a4-641435cb2869"
}
}
Request the anonymization of a single message in a conversation.
The message's anonymization request status
Invalid value for: path parameter conversationId, Invalid value for: path parameter messageId, Invalid value extracted from request context
{- "data": {
- "id": "b165fdaa-51d6-44b0-bfcd-5f431d623fa7",
- "entityType": "MessageAnonymizationType",
- "_type": "Message",
- "initiatedAt": "2021-12-01T12:46:36.581Z[GMT]",
- "targetEntityId": "10749_1b9adc49-62f7-4056-a9c0-c18c1f25afdb",
- "requestedBy": "4c7af391-b7fd-4560-9d82-b3464eef8776"
}
}
Retrieve an anonymization request submitted earlier (user or conversation).
The anonymization request
Invalid value for: path parameter requestId, Invalid value extracted from request context
The user who issued the access token used in the request is not authorized to perform the operation
An entity in this request could not be found
Internal failure during request processing
{- "data": {
- "id": "062f0b37-4de0-40f2-95a4-641435cb2869",
- "entityType": "UserAnonymizationType",
- "_type": "User",
- "initiatedAt": "2021-12-01T12:46:36.581Z[GMT]",
- "targetEntityId": "da9db703-4a7a-4f44-8a6a-c03b179b8ae2",
- "requestedBy": "bac5a02c-15b3-44da-ae1e-ab7b9db4aa89"
}
}