Compliance
Users Compliance stream
Streams 100% of compliance data for Users
get/2/users/compliance/stream
Query parameters
backfill_minutesinteger
The number of minutes of backfill requested.
partitioninteger required
The partition number.
start_timestring date-time
YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the User Compliance events will be provided.
end_timestring date-time
YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp from which the User Compliance events will be provided.
Response
The request has succeeded.
Example response
{
"data": {
"user_protect": {
"event_at": "2021-07-06T18:40:40.000Z",
"user": {
"id": "2244994945"
}
}
}
}