Add Team Members
Adds members to a team (Max: 20).
Permission: Team member management.
External Documentation
To learn more, visit the Dropbox Business documentation.
Parameters
Parameter | Description |
---|---|
Force Async | Whether to force the add to happen asynchronously. |
New Members | List of Member Details of new members to be added to the team (Max: 20). Example: <br/>[<br/> {<br/> "member_email": "tom.s@company.com",<br/> "member_external_id": "company_id:342432",<br/> "member_given_name": "Tom",<br/> "member_surname": "Silverstone",<br/> "role_ids": [<br/> "pid_dbtmr:2345"<br/> ],<br/> "send_welcome_email": true<br/> }<br/>]<br/> |
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