Permission: Team member management.

To learn more, visit the Dropbox Business documentation.

Parameters

ParameterDescription
Force AsyncWhether to force the add to happen asynchronously.
New MembersList of Member Details of new members to be added to the team (Max: 20).Example:[ { "member_email": "tom.s@company.com", "member_external_id": "company_id:342432", "member_given_name": "Tom", "member_surname": "Silverstone", "role_ids": [ "pid_dbtmr:2345" ], "send_welcome_email": true }]

Example Output

{    "value": {        ".tag": "complete",        "complete": [            {                ".tag": "success",                "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

Add Team Members with Dropbox Business and Send Results Via Email

Preview this Workflow on desktop