Users

public class Users

Datatypes and serializers for the users namespace

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

    See more

    Declaration

    Swift

    public class Account : CustomStringConvertible, JSONRepresentable
  • Basic information about any account.

    See more

    Declaration

    Swift

    public class BasicAccount : Users.Account
  • The value for fileLocking in UserFeature.

    See more

    Declaration

    Swift

    public enum FileLockingValue : CustomStringConvertible, JSONRepresentable
  • Detailed information about the current user’s account.

    See more

    Declaration

    Swift

    public class FullAccount : Users.Account
  • Information about a team.

    See more

    Declaration

    Swift

    public class Team : CustomStringConvertible, JSONRepresentable
  • Detailed information about a team.

    See more

    Declaration

    Swift

    public class FullTeam : Users.Team
  • The GetAccountArg struct

    See more

    Declaration

    Swift

    public class GetAccountArg : CustomStringConvertible, JSONRepresentable
  • The GetAccountBatchArg struct

    See more

    Declaration

    Swift

    public class GetAccountBatchArg : CustomStringConvertible, JSONRepresentable
  • The GetAccountBatchError union

    See more

    Declaration

    Swift

    public enum GetAccountBatchError : CustomStringConvertible, JSONRepresentable
  • The GetAccountError union

    See more

    Declaration

    Swift

    public enum GetAccountError : CustomStringConvertible, JSONRepresentable
  • The IndividualSpaceAllocation struct

    See more

    Declaration

    Swift

    public class IndividualSpaceAllocation : CustomStringConvertible, JSONRepresentable
  • Representations for a person’s name to assist with internationalization.

    See more

    Declaration

    Swift

    public class Name : CustomStringConvertible, JSONRepresentable
  • The value for paperAsFiles in UserFeature.

    See more

    Declaration

    Swift

    public enum PaperAsFilesValue : CustomStringConvertible, JSONRepresentable
  • Space is allocated differently based on the type of account.

    See more

    Declaration

    Swift

    public enum SpaceAllocation : CustomStringConvertible, JSONRepresentable
  • Information about a user’s space usage and quota.

    See more

    Declaration

    Swift

    public class SpaceUsage : CustomStringConvertible, JSONRepresentable
  • The TeamSpaceAllocation struct

    See more

    Declaration

    Swift

    public class TeamSpaceAllocation : CustomStringConvertible, JSONRepresentable
  • A set of features that a Dropbox User account may have configured.

    See more

    Declaration

    Swift

    public enum UserFeature : CustomStringConvertible, JSONRepresentable
  • Values that correspond to entries in UserFeature.

    See more

    Declaration

    Swift

    public enum UserFeatureValue : CustomStringConvertible, JSONRepresentable
  • The UserFeaturesGetValuesBatchArg struct

    See more

    Declaration

    Swift

    public class UserFeaturesGetValuesBatchArg : CustomStringConvertible, JSONRepresentable
  • The UserFeaturesGetValuesBatchError union

    See more

    Declaration

    Swift

    public enum UserFeaturesGetValuesBatchError : CustomStringConvertible, JSONRepresentable
  • The UserFeaturesGetValuesBatchResult struct

    See more

    Declaration

    Swift

    public class UserFeaturesGetValuesBatchResult : CustomStringConvertible, JSONRepresentable