Get User
GET
https://api.main.xleadfunnel.com/v1/account-users/get-user
Request
Query Params
user_id
string
required
Responses
🟢200Success
application/json
Body
rc
integer
required
-100 : No such user
rm
string
required
data
array [object {14}]
optional
user_id
string
optional
name
string
optional
email
string
optional
country_code
string
optional
mobile
string
optional
gender
string
optional
address
string
optional
birthday
object
optional
source
string
optional
edm_subscribed
string
optional
user_tags
array [object {1}]
optional
in_tas
array [object {1}]
optional
status
string
optional
created
string
optional
Example
{
"rc": 100,
"rm": "OK",
"user": [
{
"user_id": "65857c9x2bvc2496ca2ba28f",
"name": "Peter Chan",
"email": "peter.chan@gmail.com",
"country_code": "852",
"mobile": "98765432",
"gender": "M",
"address": "Address 123",
"birthday": {
"byear": "2000",
"bmonth": "01",
"bday": "10"
},
"source": "FB",
"user_tags": [
{
"value": "音樂"
},
{
"value": "旅遊"
},
{
"value": "跑步"
}
],
"status": "IMP",
"created": "2023-10-19"
}
]
}
Modified at 2024-06-07 14:35:53