通过邮箱、电话,或(启用相似度搜索时)名字 + 姓氏 + 域名或公司,反向查找人员。返回匹配人员的 people_search_id 与基础信息,以及描述匹配方式的 match 元数据。每次可计费匹配消耗 1 个积分。
Documentation Index
Fetch the complete documentation index at: https://docs.pubrio.com/llms.txt
Use this file to discover all available pages before exploring further.
要查找的工作或个人电子邮箱地址。系统会在匹配前规范化大小写和空白字符。
要查找的电话号码。建议使用国际格式(E.164)。
"+15551234567"
名字。当 is_enable_similarity_search 为 true 时,与 last_name 以及 domain 或 company 配合使用。
"King"
姓氏。当 is_enable_similarity_search 为 true 时,与 first_name 以及 domain 或 company 配合使用。
"Lai"
公司域名。当 is_enable_similarity_search 为 true 时,与 first_name + last_name 一起作为相似度搜索的锚点。
"pubrio.com"
公司名称。当 is_enable_similarity_search 为 true 且未提供 domain 时,与 first_name + last_name 一起作为相似度搜索的锚点。
"Pubrio"
设为 true 时,若未找到精确匹配的邮箱/电话,将回退到基于姓名的相似度匹配。需要提供 first_name、last_name 以及 domain 或 company。
true
可选。发起请求的团队标识符。由于 API 密钥已包含您的工作区信息,此参数不再是必填项。如果提供,该 ID 有助于将查找与特定团队(工作区)关联,实现数据检索和额度追踪。
更多信息请参见团队标签下的 user details 端点。
成功响应,包含匹配到的人员及匹配元数据。
响应信息取决于具体接口。