Users
Retrieves account information for multiple users, helpful for team administration or access audits.
Table Specific Information
The following scopes are required to access this view: account_info.readSelect
The connector uses the Dropbox API to process search criteria that refer to the Id column. The connector processes other filters client-side within the connector. For example, the following queries are processed server side.
SELECT * FROM Users WHERE Id = 'dbid:23443532432'
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique Dropbox identifier for the user. |
| FirstName | String | The user's given name (first name). |
| LastName | String | The user's surname (last name or family name). |
| FamiliarName | String | The user's locale-dependent familiar name. This may vary by region. |
| DisplayName | String | The user's full display name as shown in Dropbox interfaces. |
| AbbreviatedName | String | An abbreviated form of the user's name, typically consisting of initials. |
| String | The user's email address. | |
| IsEmailVerified | Boolean | True when the user's email address has been verified. |
| Disabled | Boolean | True when the user's Dropbox account has been disabled. |
| Locale | String | The language setting chosen by the user. |
| ReferralLink | String | The user's personal referral link for inviting others to Dropbox. |
| IsPaired | Boolean | True when the user has both a personal and a work account paired. |
| AccountType | String | The type of Dropbox account the user has, such as Basic, Plus, or Business. |
| ProfilePicUrl | String | The URL to the user's profile picture, if one has been set. |
| Country | String | The user's two-letter country code, if available. |
| TeamMemberId | String | The unique team member Id for the user. Present only if the user is part of a team. |
| TeamRootInfoRootNamespaceId | String | The namespace Id for the user's root namespace within the team. |
| TeamRootInfoHomeNamespaceId | String | The namespace Id for the user's home directory under the team structure. |
| TeamRootInfoHomePath | String | The path to the user's home folder within the shared team space. |
| UserRootInfoRootNamespaceId | String | The root namespace Id for the user's personal Dropbox space. |
| UserRootInfoHomeNamespaceId | String | The namespace Id for the user's personal home directory. |
| TeamId | String | The unique Id of the team the user belongs to. |
| TeamName | String | The name of the team the user is part of. |
| TeamSharedFolderMemberPolicy | String | Specifies who can be added to folders shared by team members. |
| TeamSharedFolderJoinPolicy | String | Defines which shared folders team members are allowed to join. |
| TeamSharedLinkCreatePolicy | String | Controls who can view or access shared links created by team members. |
| TeamOfficeAddinPolicy | String | The team's policy on the use of the Dropbox Office Add-In. |