Available on crate feature dbx_users only.
Expand description

This namespace contains endpoints and data types for user management.

Structs

The amount of detail revealed about an account depends on the user being queried and the user making the query.

Basic information about any account.

Detailed information about the current user’s account.

Detailed information about a team.

Representations for a person’s name to assist with internationalization.

Information about a user’s space usage and quota.

Information about a team.

Enums

Space is allocated differently based on the type of account.

A set of features that a Dropbox User account may have configured.

Values that correspond to entries in UserFeature.

Functions

Get a list of feature values that may be configured for the current account.

Get information about a user’s account.

Get information about multiple user accounts. At most 300 accounts may be queried per request.

Get information about the current user’s account.

Get the space usage information for the current user’s account.

Type Definitions