namespaces/list

POST https://api.dropboxapi.com/2/team/namespaces/list

namespaces/list

scope: team_data.member

Returns a list of all team-accessible namespaces. This list includes team folders, shared folders containing team members, team members' home namespaces, and team members' app folders. Home namespaces and app folders are always owned by this team or members of the team, but shared folders may be owned by other users or other teams. Duplicates may occur in the list.

Request Body

{"limit"=>1}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

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}