应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 专属钉钉实人认证权限 | API Explorer |
第三方企业应用 | 暂不支持 | 专属钉钉实人认证权限 | 暂不支持 |
第三方个人应用 | 暂不支持 | 专属钉钉实人认证权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | app.not.exist | app不存在 | app不存在 |
400 | batch.exceed | 每批获取量超最大值 | 每批获取量超最大值 |
400 | time.should.close | 时间段需要闭合(fromTime和toTime需都传或都不传) | 时间段需要闭合(fromTime和toTime需都传或都不传) |
curl --location --request POST 'https://api.dingtalk.com/v1.0/exclusive/persons/identificationRecords/query' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromTime" : Long,
"toTime" : Long,
"agentId" : Long,
"userIds" : [ "String" ],
"nextToken" : Long,
"maxResults" : Integer,
"personIdentification" : Integer,
"scene" : Integer
}'
{
"nextToken": 0,
"total": 0,
"data": [
{
"userId": "string",
"invokeTime": 0,
"personIdentification": 0,
"platform": 0,
"scene": 0
}
]
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通