--- title: Get the list of users who can follow the file and mark the users who have followed the file description: GET /nd/api/file/user_can_focusfile: Get the list of users who can focus on the file, and mark the user interface description of the focused file, including path, method, parameters and return information. slug: api-get-nd-api-file-user-can-focusfile lang: en category: Sharing API category_order: 8 order: 139 api_method: GET api_path: /nd/api/file/user_can_focusfile api_label: Get the list of users who can follow the file and mark the users who have followed the file keywords: - API - Get the list of users who can follow the file and mark the users who have followed the file - /nd/api/file/user_can_focusfile --- # Get the list of users who can follow the file, and mark the users who have followed the file | Properties | Values | | --- | --- | | HTTP methods | `GET` | | Interface path | `/nd/api/file/user_can_focusfile` | | Category | Share API | ## Interface description Interface path: `/nd/api/file/user_can_focusfile` HTTP method: `GET` ## Call instructions - Before calling, you need to complete [Get token](api-post-api-token-do.md) or the corresponding login-free authentication, and carry `Authorization: Bearer ` in the request header. - If there are differences in parameters and return fields due to deployment versions, the actual private cloud API documents and joint debugging results should prevail. - Category: Sharing API.