/internal/thirdparty/export-user-dataInternal service call to export all data associated with the specified user in third-party services (CAPTCHA verification records, SMS records, payment records) for GDPR data export compliance. The current thirdparty-service is a stateless proxy service with no persistent user data; all logs are empty.
Schema: gitee_com_linmes_authms_micro-services_thirdparty-service_internal_dto.ExportUserDataRequest
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
user_id |
string |
Yes |
| Status | Description | Schema |
|---|---|---|
| 200 | User data export result | dto.DataResponse-gitee_com_linmes_authms_micro-services_thirdparty-service_internal_dto_ExportUserDataResponse |
| 400 | Request parameter error (missing required fields such as user_id) | dto.SimpleResponse |
| 401 | Unauthenticated | dto.SimpleResponse |
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
code |
integer |
No | |||
data |
gitee_com_linmes_authms_micro-services_thirdparty-service_internal_dto.ExportUserDataResponse |
No | |||
message |
string |
No | |||
timestamp |
string |
No |
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
code |
integer |
No | |||
message |
string |
No | |||
timestamp |
string |
No |
| Field | Type | Required | Example | Constraints | Description |
|---|---|---|---|---|---|
captcha_logs |
array of any |
No | |||
payment_logs |
array of any |
No | |||
sms_logs |
array of any |
No |