GDPR Service Events 0.1.0 documentation
Published Messages (deletion_account_gdpr)
The service publishes one of these messages below.
gdprRequestDataDeletion
Message is sent when account deletion request is processed. Contains fields from and the following payload.
Example value
{
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}
id
This is a free-form object.
version
This is a free-form object.
name
This is a free-form object.
namespace
This is a free-form object.
parentNamespace
This is a free-form object.
timestamp
This is a free-form object.
clientId
This is a free-form object.
userId
This is a free-form object.
traceId
This is a free-form object.
sessionId
This is a free-form object.
gdprRequestDataDeletionResponse
Get the response from IAM of the account deletion result. Contains fields from event and the following payload.
Example value
{
"payload": {
"deletionGDPR": {
"code": 0,
"message": "string",
"userId": "string",
"namespace": "string",
"eventId": 0
}
},
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}
payload
Name | Type | Description |
---|---|---|
deletionGDPR | object | - |
payload.deletionGDPR
Name | Type | Description |
---|---|---|
code | integer | http code |
message | string | result message |
userId | string | user id |
namespace | string | namespace |
eventId | integer | event id |
Published Messages (gdpr_activity)
The service publishes one of these messages below.
gdprGetUserPersonalDataRequested
Message is sent when admin/user request user/own personal data. Contains fields from event and the following payload.
Example value
{
"payload": [],
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}
payload
Name | Type | Description |
---|---|---|
requestPersonalData | requestPersonalData | - |
Published Messages (gdpr_data_deletion_requested)
The service publishes one of these messages below.
gdprGetSpecificUserDeletionStatusRequested
Message is sent when getting user's account deletion status. Contains fields from event and the following payload.
Example value
{
"payload": [],
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}
payload
Name | Type | Description |
---|---|---|
requestPersonalData | requestPersonalData | - |
Published Messages (platformAccountClosure)
The service publishes one of these messages below.
platformAccountClosureRequested
Message is sent when a 3rd party account is closed. Contains fields from event and the following payload.
Example value
{
"payload": {
"userInfo": {
"platform": "string",
"platformUserId": "string",
"accounts": [
{
"userId": "string",
"namespace": "string"
}
]
}
},
"id": "string",
"version": 0,
"name": "string",
"namespace": "string",
"parentNamespace": "string",
"timestamp": "2019-08-24T14:15:22Z",
"clientId": "string",
"userId": "string",
"traceId": "string",
"sessionId": "string"
}
payload
Name | Type | Description |
---|---|---|
userInfo | object | - |
payload.userInfo
Name | Type | Description |
---|---|---|
platform | string | current values are psn, steamnetwork, xbox |
platformUserId | string | - |
accounts | array<object> | - |
payload.userInfo.accounts[number]
Name | Type | Description |
---|---|---|
userId | string | - |
namespace | string | - |
Schemas
event
Name | Type | Description |
---|---|---|
id | string | - |
version | integer | - |
name | string | - |
namespace | string | - |
parentNamespace | string | - |
timestamp | string (date-time) | - |
clientId | string | - |
userId | string | - |
traceId | string | - |
sessionId | string | - |
requestPersonalData
Name | Type | Description |
---|---|---|
userPersonalData | object | - |
userPersonalData
Name | Type | Description |
---|---|---|
status | string | status of the personal data request, one of Pending/In-Progress/Completed/Canceled/Failed/Expired |
requestDate | string (date-time) | time when the personal data request is made |
dataExpirationDate | string (date-time) | time when the personal data will expire in S3 |