Get file permission

Retrieve the permissions assigned to a specific file in a Data Room.

The response separates permissions along two axes:

  • groupPermissions: the permission each group has on the file.
  • userPermissions: the individual permission each user has on the file, assigned directly to that user (separate from any group they belong to).

A user's effective access to the file is the highest of their group's permission (from every group they belong to) and their individual permission. To compute the effective permission for a given user, take the maximum of the permissions from groupPermissions (for the groups that user is a member of) and the user's entry in userPermissions, if present.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The Anduin ID of your Data Room

string
required

The unique ID of the File object

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json