---
title: "Get multi-access"
method: GET
path: "/2/drive/{drive_id}/files/{file_id}/access"
tags: ["Drive > Files > File/Directory > Access"]
---

# Get multi-access

`GET /2/drive/{drive_id}/files/{file_id}/access`

Show access file information

## Path parameters

- `drive_id` integer, required
- `file_id` integer, required

## Query parameters

- `with` string

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 91ac10ffFileAccess
    - `users` 91ac10ffUserfileaccess[], required — All users that have access to file
      - `id` integer, required — User file access Identifier, can be team identifier, user identifier, invitation identifier
      - `access` 'invitation' | 'team' | 'user', required — Access type
      - `name` string, required — User file access name
      - `right` string, nullable, required — Access right
      - `color` integer, nullable, required — Access color
      - `status` 'accepted' | 'cancelled' | 'expired' | 'pending' | 'rejected', required — Status of access
    - `teams` 91ac10ffTeamFileAccess[], required — All teams that has access to file
      - `id` integer, required — Team File Access Identifier, can be team identifier, user identifier, invitation identifier
      - `access` string, required — Access type
      - `name` string, required — Team File Access name
      - `right` string, nullable, required — Access right
      - `color` integer, nullable, required — Access color
      - `status` 'accepted' | 'cancelled' | 'expired' | 'pending' | 'rejected', required — Status of access
    - `invitations` 91ac10ffExternInvitationFileAccess[], required — All invitation that has access to file
      - `id` integer, required — Extern Invitation File Access Identifier, can be team identifier, user identifier, invitation identifier
      - `access` 'invitation' | 'team' | 'user', required — Access type
      - `name` string, required — Extern Invitation File Access name
      - `right` string, nullable, required — Access right
      - `color` integer, nullable, required — Access color
      - `status` 'accepted' | 'cancelled' | 'expired' | 'pending' | 'rejected', required — Status of access
    - `parent_access` 91ac10ffUserandteamsaccessonparentfile
      - `mismatch` boolean, required — Whether this file inherits the same or higher access permissions as its parent, with no downgrades.
      - `users` 91ac10ffUserfileaccess[] — All users that have access to the parent file
        - `id` integer, required — User file access Identifier, can be team identifier, user identifier, invitation identifier
        - `access` 'invitation' | 'team' | 'user', required — Access type
        - `name` string, required — User file access name
        - `right` string, nullable, required — Access right
        - `color` integer, nullable, required — Access color
        - `status` 'accepted' | 'cancelled' | 'expired' | 'pending' | 'rejected', required — Status of access
      - `teams` 91ac10ffTeamFileAccess[] — All teams that have access to the parent file
        - `id` integer, required — Team File Access Identifier, can be team identifier, user identifier, invitation identifier
        - `access` string, required — Access type
        - `name` string, required — Team File Access name
        - `right` string, nullable, required — Access right
        - `color` integer, nullable, required — Access color
        - `status` 'accepted' | 'cancelled' | 'expired' | 'pending' | 'rejected', required — Status of access
      - `name` string — Current file's parent name

## Other responses

- `403` — Forbidden
- `503` — Service Unavailable

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
