User Blocks
This endpoints is required to support the core integration of Fast Track. We expect the block/excluded status of each user on the platform.
⬇️ GET /userblocks/:userid
This endpoint is required to support the core integration of Fast Track. We expect each user's . Fast Track CRM will do lookups against this endpoint when certain events are received, example Registrations, User Blocks or when migrating user data through the Fast Track migration portal.
Response
{
"blocks": [
{
"active": true,
"type": "Excluded",
"note": "Exclusion reason"
},
{
"active": true,
"type": "Blocked",
"note": "Block reason"
}
]
}
Required properties are marked with *
Key
Accepted Values
Description
active *
true, false
Should return the of the player.
type *
"Blocked", "Excluded"
The applied on user
note *
Any "string"
Return any note or comment related to the block,
Last updated
Was this helpful?