Actions
List File Members
scope: sharing.read
Use to obtain the members who have been invited to a file, both inherited and uninherited members.
Basic Parameters
Parameter | Description |
---|---|
Actions | The actions for which to return permissions on a member. This field is optional. |
File | The file for which you want to see members. |
Include Inherited | Whether to include members who only have access from a parent shared folder. The default for this field is True. |
Advanced Parameters
Parameter | Description |
---|---|
Dropbox API Path Root | The path of the folder in the user’s Dropbox to perform this action from. Can be the path to the user’s home folder, a specific root ID, or a custom namespace. |
Dropbox API Select Admin | Specify a team administrator ID to perform this action with administrator privileges.Note: A team access token with the team_data.member scope is required to use this parameter. |
Dropbox API Select User | Specify a team member ID to perform this action on behalf of that specific team member.Note: A team access token with the team_data.member scope is required to use this parameter. |
Limit | Number of members to return max per query. The default for this field is 100. |
Example Output
Workflow Library Example
List File Members with Dropbox and Send Results Via Email
Preview this Workflow on desktop