拥有此API的权限集 |
---|
用户管理-查询用户信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.user.user_tag.list/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token" : "xxxxxxxx",
"user_id" : "u_xxxx"
}'
{
"code": "0",
"msg": "ok",
"data": {
"tag_id": "xxx",
"tag_name": "xxx",
"tag_type": 1
}
}