Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Permission: Team Information.
To learn more, visit the Dropbox Business documentation.

Parameters

ParameterDescription
Include Removed UsersWhether to return removed members.
LimitNumber of results to return per call. The default for this field is 1000.

Example Output

{    "value": {        "cursor": "ZtkX9_EHj3x7PMkVuFIhwKYXEpwpLwyxp9vMKomUhllil9q7eWiAu",        "has_more": true,        "members": [            {                "profile": {                    "account_id": "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc",                    "email": "tami@seagull.com",                    "email_verified": false,                    "external_id": "244423",                    "groups": [                        "g:e2db7665347abcd600000000001a2b3c"                    ],                    "joined_on": "2015-05-12T15:50:38Z",                    "member_folder_id": "20",                    "membership_type": {                        ".tag": "full"                    },                    "name": {                        "abbreviated_name": "FF",                        "display_name": "Franz Ferdinand (Personal)",                        "familiar_name": "Franz",                        "given_name": "Franz",                        "surname": "Ferdinand"                    },                    "profile_photo_url": "https://dl-web.dropbox.com/account_photo/get/dbaphid%3AAAHWGmIXV3sUuOmBfTz0wPsiqHUpBWvv3ZA?vers=1556069330102\u0026size=128x128",                    "secondary_emails": [                        {                            "email": "grape@strawberry.com",                            "is_verified": false                        },                        {                            "email": "apple@orange.com",                            "is_verified": true                        }                    ],                    "status": {                        ".tag": "active"                    },                    "team_member_id": "dbmid:FDFSVF-DFSDF"                },                "role": {                    ".tag": "member_only"                }            }        ]    }}

Workflow Library Example

List Team Members with Dropbox Business and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop