Last Updated on : 2023-06-20 12:34:12download
Verify whether a user is in a specified segment in the Data Profile service.
GET: /v1.0/user-profile/group/user/check
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
params | String | query | true | The information about a specified segment. |
Description of params
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
bizType | String | true | The user domain. | |
groupId | Integer | true | The ID of a specified segment. | |
searchType | Integer | false | Search type:
|
|
searchValue | String | true | The keywords. It is used with searchType . |
Parameter name | Type | Description |
---|---|---|
result | Object | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
resultDO | Boolean |
|
error_code | String | The error code. |
error_msg | String | The error message. |
success | Boolean | Indicates whether the operation is successful. |
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
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback