POST /internal/communication/export-user-data
根据用户ID和租户ID导出该用户的所有通信日志和推送令牌数据。用于GDPR第15条(数据主体访问权)和第20条(数据可携权)的合规响应。内部接口,使用InternalAPIKeyAuth认证。参考:ePrivacy Directive 2002/58/EC、CAN-SPAM Act。
通信服务 None application/json
Referenced Schemas
dto.ExportUserDataDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.ExportUserDataResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.ExportUserDataResponse
| Field | Type | Required | Example | Constraints | Description |
logs |
object |
No |
|
|
|
tokens |
object |
No |
|
|
|
dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|