---
title: 获取关注文件的用户列表
description: GET /nd/api/file/user_focusfile：获取关注文件的用户列表 接口说明，包含路径、方法、参数和返回信息。
slug: api-get-nd-api-file-user-focusfile
lang: zh
category: 分享 API
category_order: 8
order: 138
api_method: GET
api_path: /nd/api/file/user_focusfile
api_label: 获取关注文件的用户列表
keywords:
  - API
  - 获取关注文件的用户列表
  - /nd/api/file/user_focusfile
---

# 获取关注文件的用户列表

| 属性 | 值 |
| --- | --- |
| HTTP 方法 | `GET` |
| 接口路径 | `/nd/api/file/user_focusfile` |
| 所属分类 | 分享 API |

## 接口说明

接口路径：`/nd/api/file/user_focusfile`

HTTP 方法：`GET`


**HTTP 方法：** `GET`

#### URL 参数

参数名 Comment(说明)
file_id 文件 id（必填） string
#### 返回字段说明

{"code":0,"users":[],"success":true}

## 调用说明

- 调用前需完成 [获取 token](api-post-api-token-do.md) 或相应免登录认证，并在请求 Header 中携带 `Authorization: Bearer <access_token>`。
- 参数和返回字段如因部署版本存在差异，应以实际私有云 API 文档和联调结果为准。
- 所属分类：分享 API。
