列出客户账号下配置的所有联系组。
GET
请求需包含公共参数
名称 | 类型 | 说明 | 是否必填 |
---|---|---|---|
Action | string | GetUserGroup | 是 |
Version | string | 2021-01-01 | 是 |
支持XML和JSON
{
"data":{
"userGrpList":[
{
"userGrpId":879,
"name":"test1",
"userCount":3 // 这里是该联系组包含的联系人的数量
},
{
"userGrpId":880,
"name":"test",
"userCount":2 // 这里是该联系组包含的联系人的数量
}
],
},
"totalCount": 2 //联系组数量
"requestId": "xxxxx"
}
<Data>
<UserGrpList>
<UserGrpId>879</UserGrpId>
<Name>test1</Name>
<UserCount>3</UserCount>
</UserGrpList>
</Data>
<TotalCount>1</TotalCount>
<RequestId>xxxxx</RequestId>
文档内容是否对您有帮助?
评价建议不能为空
非常感谢您的反馈,我们会继续努力做到更好!