{
"feature_type": "user_type",
"feature_value": "1",
"users": [
{
"id": "-gbbm4KGTsSvL5zmELDJdw",
"email": "jchill@example.com"
}
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/accounts//users/features' \
--header 'Content-Type: application/json' \
--data-raw '{
"feature_type": "user_type",
"feature_value": "1",
"users": [
{
"id": "-gbbm4KGTsSvL5zmELDJdw",
"email": "jchill@example.com"
}
]
}'
{
"success_user_ids": [
"-gbbm4KGTsSvL5zmELDJdw"
],
"fail_details": [
{
"reason": "Users not found",
"user_ids": [
"-gbbm4KGTsSvL5zmELDJdw"
]
}
]
}
扫码 加 ZOOM 开发者 微信交流
在这里,获得 ZOOM API 文档 使用上的任何帮助,快速上手让你的研测效率得到大幅提升