⬇️ GET /userdetails/:userid

The Operator needs to provide Fast Track with the UserDetails endpoint to fetch user data at different moments. FT CRM will hit this endpoint when there's a new Registration or User Update. It can also be used for migrating user data or take place if we have a data sync issue and we need to re-sync user details. Please note that any timestamps & dates should be in RFC3339 format.
The method must not be cached.
Response
Everything under the "segmentation" property is dynamic which means you can send anything with a "key/value". Please note that you will need to contact your Account Manager to make sure the fields you send through are being mapped properly.
Key Type Required? Example Values Description
Key
Type
Required?
Example Values
Description
address
string
Yes
““, “Ratatouille avenue, 34B”
Player Address
birth_date
string
Yes
““, "1992-03-02"
Player Birth Date
city
string
Yes
““, “London”
City
country
string
Yes
““, “MT”
Country of Registration
currency
string
Yes
““, “GBP”
Currency
email
string
Yes
““, “email@email.com”
Email Address
first_name
string
Yes
““, “Name”
First Name
is_blocked
boolean
Yes
true/false
If the player is blocked
is_excluded
boolean
Yes
true/false
If the player is excluded
language
string
Yes
““, “en”
Language Code
last_name
string
Yes
““, “Lastname”
Last Name
mobile
string
Yes
““, “123456”
Mobile Number
mobile_prefix
string
Yes
““, “+46”
Mobile Prefix
origin
string
Yes
““, “sub.example.com”
Origin of event
postal_code
string
Yes
““, “12345FT”
Postal Code
roles
array
Yes
[], ["VIP", "TEST_USER”]
[]string
sex
string
Yes
““, “Male”
Player Sex
title
string
Yes
““, “Mr”
Player Title
user_id
string
Yes
““, “1234567”, “a123b456”
Player Id
username
string
Yes
““, “PirateTony34”
Username
verified_at
string
No
““, “2015-03-02T8:27:58Z”
e.g. Date of player activating account or when KYC is completed
registration_code
string
Yes
““, “Exclusive”
Registration Code
registration_date
string
No
null, “2015-03-02T8:27:58Z”
Date of Registration
affiliate_reference
string
Yes
““, “AFF_12345”
Affiliate Reference
market
string
Yes
““, “gb”
Market
segmentation
key/value
No
{}, { "vip_level": 15, "special_segmentation": "3D" }
Custom Segmentation