[][src]Module dropbox_sdk::users

This namespace contains endpoints and data types for user management.

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

Enums

GetAccountBatchError
GetAccountError
SpaceAllocation

Space is allocated differently based on the type of account.

Functions

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 Definitions

GetAccountBatchResult