> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Team Members

Adds members to a team (Max: 20).

Permission: Team member management.

<Note>
  External Documentation

  To learn more, visit the [Dropbox Business documentation](https://www.dropbox.com/developers/documentation/http/teams#team-members-add).
</Note>

## Parameters

<div className="integrations-table">
  | 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).<br /><br />Example:<br /><pre><code>\[<br />  \{<br />    "member\_email": "[tom.s@company.com](mailto: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 />]</code></pre> |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/add-team-members-with-dropbox-business-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-team-members-with-dropbox-business-and-send-results-via-email/canvas" />
</div>
