HTTP状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
404 | 1234016 | public mailbox not found | 请确认公共邮箱是否存在 |
404 | 1234040 | public mailbox member not found | 请确认公共邮箱成员是否存在 |
curl --location --request GET 'https://open.feishu.cn/open-apis/mail/v1/public_mailboxes/"xxxxxxxxxxxxxxx 或 test_public_mailbox@xxx.xx"/members/xxxxxxxxxxxxxxx?user_id_type=open_id' \
--header 'Authorization;'
{
"code": 0,
"msg": "success",
"data": {
"member_id": "xxxxxxxxxxxxxxx",
"user_id": "xxxxxxxxxx",
"type": "USER"
}
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通