External DocumentationTo learn more, visit the Dropbox Business documentation.
Actions
List Team Members
Lists members of a group.
Permission: Team Information.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Include Removed Users | Whether to return removed members. |
| Limit | Number of results to return per call. The default for this field is 1000. |
{
"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
}
Was this page helpful?