Add People to a Folder
POST {{baseUrl}}/1/folders/add-members?include_chats=true
Shares the given folder with the given user IDs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include_chats | boolean | If true , the children list in the response will include chat and | |
channel thread IDs. | |||
Request Body
[{"name"=>"folder_id", "value"=>"dolor pariatur veniam sunt", "datatype"=>"string"}, {"name"=>"member_ids", "value"=>"culpa", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"folder":{"id":"RKH9OAELPKV","title":"Sales Group","created_usec":27778408,"updated_usec":81666270,"creator_id":"KLf9EAPrxbs","folder_type":"shared","inherit_mode":"reset","color":"light_blue","parent_id":"eSEAOA3jRQ5","link":"https://acme.quip.com/RKH9OAELPKV","sharing":{"public":"VIEW","company_id":"IMbAcASGu56","company_mode":"VIEW"}},"member_ids":["YNK9EAU71mc","PEW9EAtTnrV","aBd9EAl8R0H"],"children":[{"thread_id":"TVfAAAGtWxs"},{"thread_id":"TVfAAAGtWxs"}]}