lark_oauth_status
Check if a Feishu/Lark user has a valid OAuth access token and view its expiration status to determine authentication readiness for API operations.
Instructions
【OAuth】查询某个 Feishu 用户(默认为 app 所有者)是否已有可用的 user_access_token。返回 has_token / access_expired / refresh_expired / expires_in_sec。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| open_id | No | Optional. If omitted, checks the app owner's stored token (the default identity used by feishu_* user tools). |