namespaces/list/continue
POST https://api.dropboxapi.com/2/team/namespaces/list/continue
scope: team_data.member
Once a cursor has been retrieved from namespaces/list
, use this to paginate through all team-accessible namespaces. Duplicates may occur in the list.
Request Body
{"cursor"=>"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"namespaces":[{"name":"Marketing","namespace_id":"123456789","namespace_type":{".tag":"shared_folder"}},{"name":"Franz Ferdinand","namespace_id":"123456789","namespace_type":{".tag":"team_member_folder"},"team_member_id":"dbmid:1234567"}],"cursor":"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu","has_more":false}