add_folder_member
POST https://api.dropboxapi.com/2/sharing/add_folder_member
scope: sharing.write
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 mount_folder
on their behalf.
Request Body
{"shared_folder_id"=>"84528192421", "members"=>[{"member"=>{".tag"=>"email", "email"=>"justin@example.com"}, "access_level"=>"editor"}, {"member"=>{".tag"=>"dropbox_id", "dropbox_id"=>"dbid:AAEufNrMPSPe0dMQijRP0N_aZtBJRm26W4Q"}, "access_level"=>"viewer"}], "quiet"=>false, "custom_message"=>"Documentation for launch day"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Dropbox-API-Path-Root | string | ||
Dropbox-API-Select-User | string | ||
Dropbox-API-Select-Admin | string |