groups/members/list/continue
POST https://api.dropboxapi.com/2/team/groups/members/list/continue
scope: groups.read
Once a cursor has been retrieved from groups/members/list
, use this to paginate through all members of the group.
Permission : Team information.
Request Body
{"cursor"=>"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"members":[],"cursor":"ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu","has_more":false}