Skip to main content

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.

Lists members of a group. Permission: Team Information.
External DocumentationTo 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

{
	"members": [
		{
			"profile": {
				"team_member_id": "<string>",
				"account_id": "<string>",
				"email": "<string>",
				"email_verified": true,
				"secondary_emails": [],
				"status": {
					".tag": "<string>"
				},
				"name": {
					"given_name": "<string>",
					"surname": "<string>",
					"familiar_name": "<string>",
					"display_name": "<string>",
					"abbreviated_name": "<string>"
				},
				"membership_type": {
					".tag": "<string>"
				},
				"joined_on": "<string>",
				"groups": [
					"<string>"
				],
				"member_folder_id": "<string>",
				"root_folder_id": "<string>"
			},
			"role": {
				".tag": "<string>"
			}
		}
	],
	"cursor": "<string>",
	"has_more": false
}

Workflow Library Example

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