TeamMembers
Lists all members of a Dropbox Business team, including account details, status, and assigned roles.
Table Specific Information
The following scopes are required to access this view: members.readColumns
| Name | Type | Description |
| Id | String | The unique Id of the user as a member of the team. |
| String | The email address associated with the user's Dropbox account. | |
| EmailVerified | Boolean | Indicates whether the user's email address has been verified as belonging to them. |
| Status | String | The user's current status within the team, such as active, suspended, or invited. |
| GivenName | String | The user's given name (first name). |
| Surname | String | The user's surname (last name or family name). |
| FamiliarName | String | A locale-specific familiar name. In the US, typically the given name; in other locales, it may combine given name and surname. |
| DisplayName | String | The full name displayed for the user in Dropbox interfaces. |
| AbbreviatedName | String | An abbreviated version of the user's name, typically consisting of their initials. |
| MembershipType | String | Indicates the user's type of membership in the team (such as full member or limited access). |
| MemberFolderId | String | The namespace Id of the user's root folder within the team space. |
| ExternalId | String | An optional external identifier assigned by the team or application for internal tracking purposes. |
| AccountId | String | The unique account identifier for the user in Dropbox. |
| JoinedOn | Timestamp | The timestamp indicating when the user joined the team. |
| ProfilePhotoURL | String | The URL of the user's profile photo, if one has been uploaded. |
| Role | String | The user's role in the team, such as Member or Admin. |