module documentation

This namespace contains endpoints and data types for user management.

Class Account The amount of detail revealed about an account depends on the user being queried and the user making the query.
Class BasicAccount Basic information about any account.
Class FileLockingValue The value for ``UserFeature.file_locking``.
Class FullAccount Detailed information about the current user's account.
Class FullTeam Detailed information about a team.
Class GetAccountArg :ivar users.GetAccountArg.account_id: A user's account identifier.
Class GetAccountBatchArg :ivar users.GetAccountBatchArg.account_ids: List of user account identifiers. Should not contain any duplicate account IDs.
Class GetAccountBatchError This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.
Class GetAccountError This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.
Class IndividualSpaceAllocation :ivar users.IndividualSpaceAllocation.allocated: The total space allocated to the user's account (bytes).
Class Name Representations for a person's name to assist with internationalization.
Class PaperAsFilesValue The value for ``UserFeature.paper_as_files``.
Class SpaceAllocation Space is allocated differently based on the type of account.
Class SpaceUsage Information about a user's space usage and quota.
Class Team Information about a team.
Class TeamSpaceAllocation :ivar users.TeamSpaceAllocation.used: The total space currently used by the user's team (bytes). :ivar users.TeamSpaceAllocation.allocated: The total space allocated to the user's team (bytes). ...
Class UserFeature A set of features that a Dropbox User account may have configured.
Class UserFeaturesGetValuesBatchArg :ivar users.UserFeaturesGetValuesBatchArg.features: A list of features in :class:`UserFeature`. If the list is empty, this route will return :class:`UserFeaturesGetValuesBatchError`.
Class UserFeaturesGetValuesBatchError This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.
Class UserFeaturesGetValuesBatchResult Undocumented
Class UserFeatureValue Values that correspond to entries in :class:`UserFeature`.
Constant ROUTES Undocumented
Variable Account_validator Undocumented
Variable BasicAccount_validator Undocumented
Variable features_get_values Undocumented
Variable FileLockingValue_validator Undocumented
Variable FullAccount_validator Undocumented
Variable FullTeam_validator Undocumented
Variable get_account Undocumented
Variable get_account_batch Undocumented
Variable get_current_account Undocumented
Variable get_space_usage Undocumented
Variable GetAccountArg_validator Undocumented
Variable GetAccountBatchArg_validator Undocumented
Variable GetAccountBatchError_validator Undocumented
Variable GetAccountBatchResult_validator Undocumented
Variable GetAccountError_validator Undocumented
Variable IndividualSpaceAllocation_validator Undocumented
Variable Name_validator Undocumented
Variable PaperAsFilesValue_validator Undocumented
Variable SpaceAllocation_validator Undocumented
Variable SpaceUsage_validator Undocumented
Variable Team_validator Undocumented
Variable TeamSpaceAllocation_validator Undocumented
Variable UserFeature_validator Undocumented
Variable UserFeaturesGetValuesBatchArg_validator Undocumented
Variable UserFeaturesGetValuesBatchError_validator Undocumented
Variable UserFeaturesGetValuesBatchResult_validator Undocumented
Variable UserFeatureValue_validator Undocumented

Undocumented

Value
{'features/get_values': features_get_values,
 'get_account': get_account,
 'get_account_batch': get_account_batch,
 'get_current_account': get_current_account,
 'get_space_usage': get_space_usage}
Account_validator = (source)

Undocumented

BasicAccount_validator = (source)

Undocumented

features_get_values = (source)

Undocumented

FileLockingValue_validator = (source)

Undocumented

FullAccount_validator = (source)

Undocumented

FullTeam_validator = (source)

Undocumented

get_account = (source)

Undocumented

get_account_batch = (source)

Undocumented

get_current_account = (source)

Undocumented

get_space_usage = (source)

Undocumented

GetAccountArg_validator = (source)

Undocumented

GetAccountBatchArg_validator = (source)

Undocumented

GetAccountBatchError_validator = (source)

Undocumented

GetAccountBatchResult_validator = (source)

Undocumented

GetAccountError_validator = (source)

Undocumented

IndividualSpaceAllocation_validator = (source)

Undocumented

Name_validator = (source)

Undocumented

PaperAsFilesValue_validator = (source)

Undocumented

SpaceAllocation_validator = (source)

Undocumented

SpaceUsage_validator = (source)

Undocumented

Team_validator = (source)

Undocumented

TeamSpaceAllocation_validator = (source)

Undocumented

UserFeature_validator = (source)

Undocumented

UserFeaturesGetValuesBatchArg_validator = (source)

Undocumented

UserFeaturesGetValuesBatchError_validator = (source)

Undocumented

UserFeaturesGetValuesBatchResult_validator = (source)

Undocumented

UserFeatureValue_validator = (source)

Undocumented