Dropbox

Links

    Dropbox API

    Getting access, Developing, Testing

    Back to Dropbox

    Sharing - Add Folder Member

    Allows an owner or editor (if the ACL update policy allows) of a shared folder to add another member. For the new member to get access to all the functionality for this folder, you will need to call :route:mount_folder on their behalf. Apps must have full Dropbox access to use this endpoint.

    Input

    type: object properties: data: type: object description: > shared_folder_id: The ID for the shared folder. members: The intended list of members to add. Added members will receive invites to join the shared folder. quiet: Whether added members should be notified via email and device notifications of their invite. custom_message: Optional message to display to added members in their invitation. properties: shared_folder_id: type: string description: The ID for the shared folder. quiet: type: boolean description: >- Whether added members should be notified via email and device notifications of their invite. members: type: array description: >- The intended list of members to add. Added members will receive invites to join the shared folder. items: type: object description: > member: User which should be added to the Paper doc. Specify only email address or Dropbox account ID. permission_level: Permission for the user. properties: member: type: object description: | Includes different ways to identify a member of a shared folder. dropbox_id: Dropbox account, team member, or group ID of member. email: E-mail address of member. other: None properties: .tag: title: Choice of MemberSelector type: string enum: - dropbox_id - email - other dropbox_id: type: string description: Dropbox account, team member, or group ID of member. email: type: string description: E-mail address of member. permission_level: type: object description: > edit: User will be granted edit permissions. view_and_comment: User will be granted view and comment permissions. other: None properties: .tag: title: Choice of PaperDocPermissionLevel type: string enum: - edit - view_and_comment - other custom_message: type: string description: Optional message to display to added members in their invitation. title: Data