groups/list/continue

POST https://api.dropboxapi.com/2/team/groups/list/continue

groups/list/continue

scope: groups.read

Once a cursor has been retrieved from groups/list, use this to paginate through all groups. Permission : Team Information.

Request Body

{"cursor"=>"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"groups":[{"group_name":"Test group","group_id":"g:e2db7665347abcd600000000001a2b3c","group_management_type":{".tag":"user_managed"},"member_count":10}],"cursor":"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu","has_more":false}