ProfileManagementEvent
idstringrequired
Unique identifier.
eventTypeProfileManagementOperationType (string)required
Type of the event.
Possible values: [DEVICE_LOGOUT
, GLOBAL_LOGOUT
]
owner objectrequired
Customer identifiers.
idstringrequired
Customer internal identifier.
externalIdstring
Customer external identifier.
content objectrequired
The content of the event.
eventTypeProfileManagementOperationType (string)
Type of the event.
Possible values: [DEVICE_LOGOUT
, GLOBAL_LOGOUT
]
statusProfileManagementStatus (string)
Status of the event.
Possible values: [SUCCESSFUL
, FAILED
]
statusReasonstring
additionalFields object[]
List of additional fields associated with the event.
Array [
keyProfileManagementEventAdditionalKey (string)
Specifies the additional field key.
DEVICE_ID
- Device identifier of which the user has logged out.CUSTOMER_IP
- The ip of the device.
Possible values: [DEVICE_ID
, CUSTOMER_IP
]
valuestring
The value of the additional field.
]
ProfileManagementEvent
{
"id": "string",
"timestamp": "2021-07-15T17:54:12Z",
"eventType": "DEVICE_LOGOUT",
"owner": {
"id": "string",
"externalId": "string"
},
"content": {
"eventType": "DEVICE_LOGOUT",
"status": "SUCCESSFUL",
"statusReason": "string",
"additionalFields": [
{
"key": "DEVICE_ID",
"value": "string"
}
]
}
}