更新时间:2023-06-15 05:09:31
本文介绍校验用户是否归属指定人群的 API。
校验某个用户是否归属于用户画像的指定人群。
GET: /v1.0/user-profile/group/user/check
| 参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
|---|---|---|---|---|
| params | String | query | true | 人群信息 |
params 说明
| 参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
|---|---|---|---|---|
| bizType | String | true | 用户域 | |
| groupId | Integer | true | 人群 ID | |
| searchType | Integer | false |
|
|
| searchValue | String | true | 用户查询关键字,与 searchType 参数结合使用 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| result | Object |
result 说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| resultDO | Boolean |
|
| error_code | String | 错误码 |
| error_msg | String | 错误信息 |
| success | Boolean | 是否成功 |
GET: /v1.0/user-profile/group/user/check?params={"bizType":4xxx22,"groupId":9xx,"searchValue":"guxxxxx0153915","searchType":0}
{
"result": {
"resultDO": true,
"success": true
},
"t": 1628236525772,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈