Module users

Source
Available on crate features async_routes and dbx_users only.

Structs§

Account
The amount of detail revealed about an account depends on the user being queried and the user making the query.
BasicAccount
Basic information about any account.
FullAccount
Detailed information about the current user’s account.
FullTeam
Detailed information about a team.
GetAccountArg
GetAccountBatchArg
IndividualSpaceAllocation
Name
Representations for a person’s name to assist with internationalization.
SpaceUsage
Information about a user’s space usage and quota.
Team
Information about a team.
TeamSpaceAllocation
UserFeaturesGetValuesBatchArg
UserFeaturesGetValuesBatchResult

Enums§

FileLockingValue
The value for UserFeature::FileLocking.
GetAccountBatchError
GetAccountError
PaperAsFilesValue
The value for UserFeature::PaperAsFiles.
SpaceAllocation
Space is allocated differently based on the type of account.
UserFeature
A set of features that a Dropbox User account may have configured.
UserFeatureValue
Values that correspond to entries in UserFeature.
UserFeaturesGetValuesBatchError

Functions§

features_get_values
Get a list of feature values that may be configured for the current account.
get_account
Get information about a user’s account.
get_account_batch
Get information about multiple user accounts. At most 300 accounts may be queried per request.
get_current_account
Get information about the current user’s account.
get_space_usage
Get the space usage information for the current user’s account.

Type Aliases§

GetAccountBatchResult