Team

public class Team

Datatypes and serializers for the team namespace

  • The DeviceSession struct

    See more

    Declaration

    Swift

    public class DeviceSession : CustomStringConvertible, JSONRepresentable
  • Information on active web sessions.

    See more

    Declaration

    Swift

    public class ActiveWebSession : Team.DeviceSession
  • Result of trying to add a secondary email to a user. ‘success’ is the only value indicating that a secondary email was successfully added to a user. The other values explain the type of error that occurred, and include the email for which the error occurred.

    See more

    Declaration

    Swift

    public enum AddSecondaryEmailResult : CustomStringConvertible, JSONRepresentable
  • The AddSecondaryEmailsArg struct

    See more

    Declaration

    Swift

    public class AddSecondaryEmailsArg : CustomStringConvertible, JSONRepresentable
  • Error returned when adding secondary emails fails.

    See more

    Declaration

    Swift

    public enum AddSecondaryEmailsError : CustomStringConvertible, JSONRepresentable
  • The AddSecondaryEmailsResult struct

    See more

    Declaration

    Swift

    public class AddSecondaryEmailsResult : CustomStringConvertible, JSONRepresentable
  • Describes which team-related admin permissions a user has.

    See more

    Declaration

    Swift

    public enum AdminTier : CustomStringConvertible, JSONRepresentable
  • Information on linked third party applications.

    See more

    Declaration

    Swift

    public class ApiApp : CustomStringConvertible, JSONRepresentable
  • Base report structure.

    See more

    Declaration

    Swift

    public class BaseDfbReport : CustomStringConvertible, JSONRepresentable
  • Base error that all errors for existing team folders should extend.

    See more

    Declaration

    Swift

    public enum BaseTeamFolderError : CustomStringConvertible, JSONRepresentable
  • Error returned when getting member custom quota.

    See more

    Declaration

    Swift

    public enum CustomQuotaError : CustomStringConvertible, JSONRepresentable
  • User custom quota.

    See more

    Declaration

    Swift

    public enum CustomQuotaResult : CustomStringConvertible, JSONRepresentable
  • The CustomQuotaUsersArg struct

    See more

    Declaration

    Swift

    public class CustomQuotaUsersArg : CustomStringConvertible, JSONRepresentable
  • Input arguments that can be provided for most reports.

    See more

    Declaration

    Swift

    public class DateRange : CustomStringConvertible, JSONRepresentable
  • Errors that can originate from problems in input arguments to reports.

    See more

    Declaration

    Swift

    public enum DateRangeError : CustomStringConvertible, JSONRepresentable
  • Result of trying to delete a secondary email address. ‘success’ is the only value indicating that a secondary email was successfully deleted. The other values explain the type of error that occurred, and include the email for which the error occurred.

    See more

    Declaration

    Swift

    public enum DeleteSecondaryEmailResult : CustomStringConvertible, JSONRepresentable
  • The DeleteSecondaryEmailsArg struct

    See more

    Declaration

    Swift

    public class DeleteSecondaryEmailsArg : CustomStringConvertible, JSONRepresentable
  • The DeleteSecondaryEmailsResult struct

    See more

    Declaration

    Swift

    public class DeleteSecondaryEmailsResult : CustomStringConvertible, JSONRepresentable
  • Information about linked Dropbox desktop client sessions.

    See more

    Declaration

    Swift

    public class DesktopClientSession : Team.DeviceSession
  • The DesktopPlatform union

    See more

    Declaration

    Swift

    public enum DesktopPlatform : CustomStringConvertible, JSONRepresentable
  • The DeviceSessionArg struct

    See more

    Declaration

    Swift

    public class DeviceSessionArg : CustomStringConvertible, JSONRepresentable
  • Each of the items is an array of values, one value per day. The value is the number of devices active within a time window, ending with that day. If there is no data for a day, then the value will be None.

    See more

    Declaration

    Swift

    public class DevicesActive : CustomStringConvertible, JSONRepresentable
  • Excluded users list argument.

    See more

    Declaration

    Swift

    public class ExcludedUsersListArg : CustomStringConvertible, JSONRepresentable
  • Excluded users list continue argument.

    See more

    Declaration

    Swift

    public class ExcludedUsersListContinueArg : CustomStringConvertible, JSONRepresentable
  • Excluded users list continue error.

    See more

    Declaration

    Swift

    public enum ExcludedUsersListContinueError : CustomStringConvertible, JSONRepresentable
  • Excluded users list error.

    See more

    Declaration

    Swift

    public enum ExcludedUsersListError : CustomStringConvertible, JSONRepresentable
  • Excluded users list result.

    See more

    Declaration

    Swift

    public class ExcludedUsersListResult : CustomStringConvertible, JSONRepresentable
  • Argument of excluded users update operation. Should include a list of users to add/remove (according to endpoint), Maximum size of the list is 1000 users.

    See more

    Declaration

    Swift

    public class ExcludedUsersUpdateArg : CustomStringConvertible, JSONRepresentable
  • Excluded users update error.

    See more

    Declaration

    Swift

    public enum ExcludedUsersUpdateError : CustomStringConvertible, JSONRepresentable
  • Excluded users update result.

    See more

    Declaration

    Swift

    public class ExcludedUsersUpdateResult : CustomStringConvertible, JSONRepresentable
  • Excluded users update operation status.

    See more

    Declaration

    Swift

    public enum ExcludedUsersUpdateStatus : CustomStringConvertible, JSONRepresentable
  • A set of features that a Dropbox Business account may support.

    See more

    Declaration

    Swift

    public enum Feature : CustomStringConvertible, JSONRepresentable
  • The values correspond to entries in Feature. You may get different value according to your Dropbox Business plan.

    See more

    Declaration

    Swift

    public enum FeatureValue : CustomStringConvertible, JSONRepresentable
  • The FeaturesGetValuesBatchArg struct

    See more

    Declaration

    Swift

    public class FeaturesGetValuesBatchArg : CustomStringConvertible, JSONRepresentable
  • The FeaturesGetValuesBatchError union

    See more

    Declaration

    Swift

    public enum FeaturesGetValuesBatchError : CustomStringConvertible, JSONRepresentable
  • The FeaturesGetValuesBatchResult struct

    See more

    Declaration

    Swift

    public class FeaturesGetValuesBatchResult : CustomStringConvertible, JSONRepresentable
  • Activity Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.

    See more

    Declaration

    Swift

    public class GetActivityReport : Team.BaseDfbReport
  • Devices Report Result. Contains subsections for different time ranges of activity. Each of the items in each subsection of the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.

    See more

    Declaration

    Swift

    public class GetDevicesReport : Team.BaseDfbReport
  • Membership Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.

    See more

    Declaration

    Swift

    public class GetMembershipReport : Team.BaseDfbReport
  • Storage Report Result. Each of the items in the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None.

    See more

    Declaration

    Swift

    public class GetStorageReport : Team.BaseDfbReport
  • Role of a user in group.

    See more

    Declaration

    Swift

    public enum GroupAccessType : CustomStringConvertible, JSONRepresentable
  • The GroupCreateArg struct

    See more

    Declaration

    Swift

    public class GroupCreateArg : CustomStringConvertible, JSONRepresentable
  • The GroupCreateError union

    See more

    Declaration

    Swift

    public enum GroupCreateError : CustomStringConvertible, JSONRepresentable
  • Error that can be raised when GroupSelector is used.

    See more

    Declaration

    Swift

    public enum GroupSelectorError : CustomStringConvertible, JSONRepresentable
  • Error that can be raised when GroupSelector is used and team groups are disallowed from being used.

    See more

    Declaration

    Swift

    public enum GroupSelectorWithTeamGroupError : CustomStringConvertible, JSONRepresentable
  • The GroupDeleteError union

    See more

    Declaration

    Swift

    public enum GroupDeleteError : CustomStringConvertible, JSONRepresentable
  • Full description of a group.

    See more

    Declaration

    Swift

    public class GroupFullInfo : TeamCommon.GroupSummary
  • Profile of group member, and role in group.

    See more

    Declaration

    Swift

    public class GroupMemberInfo : CustomStringConvertible, JSONRepresentable
  • Argument for selecting a group and a single user.

    See more

    Declaration

    Swift

    public class GroupMemberSelector : CustomStringConvertible, JSONRepresentable
  • Error that can be raised when GroupMemberSelector is used, and the user is required to be a member of the specified group.

    See more

    Declaration

    Swift

    public enum GroupMemberSelectorError : CustomStringConvertible, JSONRepresentable
  • The GroupMemberSetAccessTypeError union

    See more

    Declaration

    Swift

    public enum GroupMemberSetAccessTypeError : CustomStringConvertible, JSONRepresentable
  • The IncludeMembersArg struct

    See more

    Declaration

    Swift

    public class IncludeMembersArg : CustomStringConvertible, JSONRepresentable
  • The GroupMembersAddArg struct

    See more

    Declaration

    Swift

    public class GroupMembersAddArg : Team.IncludeMembersArg
  • The GroupMembersAddError union

    See more

    Declaration

    Swift

    public enum GroupMembersAddError : CustomStringConvertible, JSONRepresentable
  • Result returned by groupsMembersAdd and groupsMembersRemove.

    See more

    Declaration

    Swift

    public class GroupMembersChangeResult : CustomStringConvertible, JSONRepresentable
  • The GroupMembersRemoveArg struct

    See more

    Declaration

    Swift

    public class GroupMembersRemoveArg : Team.IncludeMembersArg
  • Error that can be raised when GroupMembersSelector is used, and the users are required to be members of the specified group.

    See more

    Declaration

    Swift

    public enum GroupMembersSelectorError : CustomStringConvertible, JSONRepresentable
  • The GroupMembersRemoveError union

    See more

    Declaration

    Swift

    public enum GroupMembersRemoveError : CustomStringConvertible, JSONRepresentable
  • Argument for selecting a group and a list of users.

    See more

    Declaration

    Swift

    public class GroupMembersSelector : CustomStringConvertible, JSONRepresentable
  • The GroupMembersSetAccessTypeArg struct

    See more

    Declaration

    Swift

    public class GroupMembersSetAccessTypeArg : Team.GroupMemberSelector
  • Argument for selecting a single group, either by group_id or by external group ID.

    See more

    Declaration

    Swift

    public enum GroupSelector : CustomStringConvertible, JSONRepresentable
  • The GroupUpdateArgs struct

    See more

    Declaration

    Swift

    public class GroupUpdateArgs : Team.IncludeMembersArg
  • The GroupUpdateError union

    See more

    Declaration

    Swift

    public enum GroupUpdateError : CustomStringConvertible, JSONRepresentable
  • The GroupsGetInfoError union

    See more

    Declaration

    Swift

    public enum GroupsGetInfoError : CustomStringConvertible, JSONRepresentable
  • The GroupsGetInfoItem union

    See more

    Declaration

    Swift

    public enum GroupsGetInfoItem : CustomStringConvertible, JSONRepresentable
  • The GroupsListArg struct

    See more

    Declaration

    Swift

    public class GroupsListArg : CustomStringConvertible, JSONRepresentable
  • The GroupsListContinueArg struct

    See more

    Declaration

    Swift

    public class GroupsListContinueArg : CustomStringConvertible, JSONRepresentable
  • The GroupsListContinueError union

    See more

    Declaration

    Swift

    public enum GroupsListContinueError : CustomStringConvertible, JSONRepresentable
  • The GroupsListResult struct

    See more

    Declaration

    Swift

    public class GroupsListResult : CustomStringConvertible, JSONRepresentable
  • The GroupsMembersListArg struct

    See more

    Declaration

    Swift

    public class GroupsMembersListArg : CustomStringConvertible, JSONRepresentable
  • The GroupsMembersListContinueArg struct

    See more

    Declaration

    Swift

    public class GroupsMembersListContinueArg : CustomStringConvertible, JSONRepresentable
  • The GroupsMembersListContinueError union

    See more

    Declaration

    Swift

    public enum GroupsMembersListContinueError : CustomStringConvertible, JSONRepresentable
  • The GroupsMembersListResult struct

    See more

    Declaration

    Swift

    public class GroupsMembersListResult : CustomStringConvertible, JSONRepresentable
  • The GroupsPollError union

    See more

    Declaration

    Swift

    public enum GroupsPollError : CustomStringConvertible, JSONRepresentable
  • Argument for selecting a list of groups, either by group_ids, or external group IDs.

    See more

    Declaration

    Swift

    public enum GroupsSelector : CustomStringConvertible, JSONRepresentable
  • The value for hasTeamFileEvents in Feature.

    See more

    Declaration

    Swift

    public enum HasTeamFileEventsValue : CustomStringConvertible, JSONRepresentable
  • The value for hasTeamSelectiveSync in Feature.

    See more

    Declaration

    Swift

    public enum HasTeamSelectiveSyncValue : CustomStringConvertible, JSONRepresentable
  • The value for hasTeamSharedDropbox in Feature.

    See more

    Declaration

    Swift

    public enum HasTeamSharedDropboxValue : CustomStringConvertible, JSONRepresentable
  • The LegalHoldHeldRevisionMetadata struct

    See more

    Declaration

    Swift

    public class LegalHoldHeldRevisionMetadata : CustomStringConvertible, JSONRepresentable
  • The LegalHoldPolicy struct

    See more

    Declaration

    Swift

    public class LegalHoldPolicy : CustomStringConvertible, JSONRepresentable
  • The LegalHoldStatus union

    See more

    Declaration

    Swift

    public enum LegalHoldStatus : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsError union

    See more

    Declaration

    Swift

    public enum LegalHoldsError : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsGetPolicyArg struct

    See more

    Declaration

    Swift

    public class LegalHoldsGetPolicyArg : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsGetPolicyError union

    See more

    Declaration

    Swift

    public enum LegalHoldsGetPolicyError : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsListHeldRevisionResult struct

    See more

    Declaration

    Swift

    public class LegalHoldsListHeldRevisionResult : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsListHeldRevisionsArg struct

    See more

    Declaration

    Swift

    public class LegalHoldsListHeldRevisionsArg : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsListHeldRevisionsContinueArg struct

    See more

    Declaration

    Swift

    public class LegalHoldsListHeldRevisionsContinueArg : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsListHeldRevisionsContinueError union

    See more

    Declaration

    Swift

    public enum LegalHoldsListHeldRevisionsContinueError : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsListHeldRevisionsError union

    See more

    Declaration

    Swift

    public enum LegalHoldsListHeldRevisionsError : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsListPoliciesArg struct

    See more

    Declaration

    Swift

    public class LegalHoldsListPoliciesArg : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsListPoliciesError union

    See more

    Declaration

    Swift

    public enum LegalHoldsListPoliciesError : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsListPoliciesResult struct

    See more

    Declaration

    Swift

    public class LegalHoldsListPoliciesResult : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsPolicyCreateArg struct

    See more

    Declaration

    Swift

    public class LegalHoldsPolicyCreateArg : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsPolicyCreateError union

    See more

    Declaration

    Swift

    public enum LegalHoldsPolicyCreateError : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsPolicyReleaseArg struct

    See more

    Declaration

    Swift

    public class LegalHoldsPolicyReleaseArg : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsPolicyReleaseError union

    See more

    Declaration

    Swift

    public enum LegalHoldsPolicyReleaseError : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsPolicyUpdateArg struct

    See more

    Declaration

    Swift

    public class LegalHoldsPolicyUpdateArg : CustomStringConvertible, JSONRepresentable
  • The LegalHoldsPolicyUpdateError union

    See more

    Declaration

    Swift

    public enum LegalHoldsPolicyUpdateError : CustomStringConvertible, JSONRepresentable
  • The ListMemberAppsArg struct

    See more

    Declaration

    Swift

    public class ListMemberAppsArg : CustomStringConvertible, JSONRepresentable
  • Error returned by linkedAppsListMemberLinkedApps.

    See more

    Declaration

    Swift

    public enum ListMemberAppsError : CustomStringConvertible, JSONRepresentable
  • The ListMemberAppsResult struct

    See more

    Declaration

    Swift

    public class ListMemberAppsResult : CustomStringConvertible, JSONRepresentable
  • The ListMemberDevicesArg struct

    See more

    Declaration

    Swift

    public class ListMemberDevicesArg : CustomStringConvertible, JSONRepresentable
  • The ListMemberDevicesError union

    See more

    Declaration

    Swift

    public enum ListMemberDevicesError : CustomStringConvertible, JSONRepresentable
  • The ListMemberDevicesResult struct

    See more

    Declaration

    Swift

    public class ListMemberDevicesResult : CustomStringConvertible, JSONRepresentable
  • Arguments for linkedAppsListMembersLinkedApps.

    See more

    Declaration

    Swift

    public class ListMembersAppsArg : CustomStringConvertible, JSONRepresentable
  • Error returned by linkedAppsListMembersLinkedApps.

    See more

    Declaration

    Swift

    public enum ListMembersAppsError : CustomStringConvertible, JSONRepresentable
  • Information returned by linkedAppsListMembersLinkedApps.

    See more

    Declaration

    Swift

    public class ListMembersAppsResult : CustomStringConvertible, JSONRepresentable
  • The ListMembersDevicesArg struct

    See more

    Declaration

    Swift

    public class ListMembersDevicesArg : CustomStringConvertible, JSONRepresentable
  • The ListMembersDevicesError union

    See more

    Declaration

    Swift

    public enum ListMembersDevicesError : CustomStringConvertible, JSONRepresentable
  • The ListMembersDevicesResult struct

    See more

    Declaration

    Swift

    public class ListMembersDevicesResult : CustomStringConvertible, JSONRepresentable
  • Arguments for linkedAppsListTeamLinkedApps.

    See more

    Declaration

    Swift

    public class ListTeamAppsArg : CustomStringConvertible, JSONRepresentable
  • Error returned by linkedAppsListTeamLinkedApps.

    See more

    Declaration

    Swift

    public enum ListTeamAppsError : CustomStringConvertible, JSONRepresentable
  • Information returned by linkedAppsListTeamLinkedApps.

    See more

    Declaration

    Swift

    public class ListTeamAppsResult : CustomStringConvertible, JSONRepresentable
  • The ListTeamDevicesArg struct

    See more

    Declaration

    Swift

    public class ListTeamDevicesArg : CustomStringConvertible, JSONRepresentable
  • The ListTeamDevicesError union

    See more

    Declaration

    Swift

    public enum ListTeamDevicesError : CustomStringConvertible, JSONRepresentable
  • The ListTeamDevicesResult struct

    See more

    Declaration

    Swift

    public class ListTeamDevicesResult : CustomStringConvertible, JSONRepresentable
  • Specify access type a member should have when joined to a group.

    See more

    Declaration

    Swift

    public class MemberAccess : CustomStringConvertible, JSONRepresentable
  • The MemberAddArgBase struct

    See more

    Declaration

    Swift

    public class MemberAddArgBase : CustomStringConvertible, JSONRepresentable
  • The MemberAddArg struct

    See more

    Declaration

    Swift

    public class MemberAddArg : MemberAddArgBase
  • The MemberAddResultBase union

    See more

    Declaration

    Swift

    public enum MemberAddResultBase : CustomStringConvertible, JSONRepresentable
  • Describes the result of attempting to add a single user to the team. ‘success’ is the only value indicating that a user was indeed added to the team - the other values explain the type of failure that occurred, and include the email of the user for which the operation has failed.

    See more

    Declaration

    Swift

    public enum MemberAddResult : CustomStringConvertible, JSONRepresentable
  • The MemberAddV2Arg struct

    See more

    Declaration

    Swift

    public class MemberAddV2Arg : Team.MemberAddArgBase
  • Describes the result of attempting to add a single user to the team. ‘success’ is the only value indicating that a user was indeed added to the team - the other values explain the type of failure that occurred, and include the email of the user for which the operation has failed.

    See more

    Declaration

    Swift

    public enum MemberAddV2Result : CustomStringConvertible, JSONRepresentable
  • Information on devices of a team’s member.

    See more

    Declaration

    Swift

    public class MemberDevices : CustomStringConvertible, JSONRepresentable
  • Information on linked applications of a team member.

    See more

    Declaration

    Swift

    public class MemberLinkedApps : CustomStringConvertible, JSONRepresentable
  • Basic member profile.

    See more

    Declaration

    Swift

    public class MemberProfile : CustomStringConvertible, JSONRepresentable
  • Error that can be returned whenever a struct derived from UserSelectorArg is used.

    See more

    Declaration

    Swift

    public enum UserSelectorError : CustomStringConvertible, JSONRepresentable
  • The MemberSelectorError union

    See more

    Declaration

    Swift

    public enum MemberSelectorError : CustomStringConvertible, JSONRepresentable
  • The MembersAddArgBase struct

    See more

    Declaration

    Swift

    public class MembersAddArgBase : CustomStringConvertible, JSONRepresentable
  • The MembersAddArg struct

    See more

    Declaration

    Swift

    public class MembersAddArg : MembersAddArgBase
  • The MembersAddJobStatus union

    See more

    Declaration

    Swift

    public enum MembersAddJobStatus : CustomStringConvertible, JSONRepresentable
  • The MembersAddJobStatusV2Result union

    See more

    Declaration

    Swift

    public enum MembersAddJobStatusV2Result : CustomStringConvertible, JSONRepresentable
  • The MembersAddLaunch union

    See more

    Declaration

    Swift

    public enum MembersAddLaunch : CustomStringConvertible, JSONRepresentable
  • The MembersAddLaunchV2Result union

    See more

    Declaration

    Swift

    public enum MembersAddLaunchV2Result : CustomStringConvertible, JSONRepresentable
  • The MembersAddV2Arg struct

    See more

    Declaration

    Swift

    public class MembersAddV2Arg : Team.MembersAddArgBase
  • Exactly one of team_member_id, email, or external_id must be provided to identify the user account.

    See more

    Declaration

    Swift

    public class MembersDeactivateBaseArg : CustomStringConvertible, JSONRepresentable
  • The MembersDataTransferArg struct

    See more

    Declaration

    Swift

    public class MembersDataTransferArg : Team.MembersDeactivateBaseArg
  • The MembersDeactivateArg struct

    See more

    Declaration

    Swift

    public class MembersDeactivateArg : Team.MembersDeactivateBaseArg
  • The MembersDeactivateError union

    See more

    Declaration

    Swift

    public enum MembersDeactivateError : CustomStringConvertible, JSONRepresentable
  • The MembersDeleteProfilePhotoArg struct

    See more

    Declaration

    Swift

    public class MembersDeleteProfilePhotoArg : CustomStringConvertible, JSONRepresentable
  • The MembersDeleteProfilePhotoError union

    See more

    Declaration

    Swift

    public enum MembersDeleteProfilePhotoError : CustomStringConvertible, JSONRepresentable
  • Available TeamMemberRole for the connected team. To be used with membersSetAdminPermissionsV2.

    See more

    Declaration

    Swift

    public class MembersGetAvailableTeamMemberRolesResult : CustomStringConvertible, JSONRepresentable
  • The MembersGetInfoArgs struct

    See more

    Declaration

    Swift

    public class MembersGetInfoArgs : CustomStringConvertible, JSONRepresentable
  • The MembersGetInfoError union

    See more

    Declaration

    Swift

    public enum MembersGetInfoError : CustomStringConvertible, JSONRepresentable
  • The MembersGetInfoItemBase union

    See more

    Declaration

    Swift

    public enum MembersGetInfoItemBase : CustomStringConvertible, JSONRepresentable
  • Describes a result obtained for a single user whose id was specified in the parameter of membersGetInfo.

    See more

    Declaration

    Swift

    public enum MembersGetInfoItem : CustomStringConvertible, JSONRepresentable
  • Describes a result obtained for a single user whose id was specified in the parameter of membersGetInfoV2.

    See more

    Declaration

    Swift

    public enum MembersGetInfoItemV2 : CustomStringConvertible, JSONRepresentable
  • The MembersGetInfoV2Arg struct

    See more

    Declaration

    Swift

    public class MembersGetInfoV2Arg : CustomStringConvertible, JSONRepresentable
  • The MembersGetInfoV2Result struct

    See more

    Declaration

    Swift

    public class MembersGetInfoV2Result : CustomStringConvertible, JSONRepresentable
  • The MembersInfo struct

    See more

    Declaration

    Swift

    public class MembersInfo : CustomStringConvertible, JSONRepresentable
  • The MembersListArg struct

    See more

    Declaration

    Swift

    public class MembersListArg : CustomStringConvertible, JSONRepresentable
  • The MembersListContinueArg struct

    See more

    Declaration

    Swift

    public class MembersListContinueArg : CustomStringConvertible, JSONRepresentable
  • The MembersListContinueError union

    See more

    Declaration

    Swift

    public enum MembersListContinueError : CustomStringConvertible, JSONRepresentable
  • The MembersListError union

    See more

    Declaration

    Swift

    public enum MembersListError : CustomStringConvertible, JSONRepresentable
  • The MembersListResult struct

    See more

    Declaration

    Swift

    public class MembersListResult : CustomStringConvertible, JSONRepresentable
  • The MembersListV2Result struct

    See more

    Declaration

    Swift

    public class MembersListV2Result : CustomStringConvertible, JSONRepresentable
  • Exactly one of team_member_id, email, or external_id must be provided to identify the user account.

    See more

    Declaration

    Swift

    public class MembersRecoverArg : CustomStringConvertible, JSONRepresentable
  • The MembersRecoverError union

    See more

    Declaration

    Swift

    public enum MembersRecoverError : CustomStringConvertible, JSONRepresentable
  • The MembersRemoveArg struct

    See more

    Declaration

    Swift

    public class MembersRemoveArg : Team.MembersDeactivateArg
  • The MembersTransferFilesError union

    See more

    Declaration

    Swift

    public enum MembersTransferFilesError : CustomStringConvertible, JSONRepresentable
  • The MembersRemoveError union

    See more

    Declaration

    Swift

    public enum MembersRemoveError : CustomStringConvertible, JSONRepresentable
  • The MembersSendWelcomeError union

    See more

    Declaration

    Swift

    public enum MembersSendWelcomeError : CustomStringConvertible, JSONRepresentable
  • Exactly one of team_member_id, email, or external_id must be provided to identify the user account.

    See more

    Declaration

    Swift

    public class MembersSetPermissions2Arg : CustomStringConvertible, JSONRepresentable
  • The MembersSetPermissions2Error union

    See more

    Declaration

    Swift

    public enum MembersSetPermissions2Error : CustomStringConvertible, JSONRepresentable
  • The MembersSetPermissions2Result struct

    See more

    Declaration

    Swift

    public class MembersSetPermissions2Result : CustomStringConvertible, JSONRepresentable
  • Exactly one of team_member_id, email, or external_id must be provided to identify the user account.

    See more

    Declaration

    Swift

    public class MembersSetPermissionsArg : CustomStringConvertible, JSONRepresentable
  • The MembersSetPermissionsError union

    See more

    Declaration

    Swift

    public enum MembersSetPermissionsError : CustomStringConvertible, JSONRepresentable
  • The MembersSetPermissionsResult struct

    See more

    Declaration

    Swift

    public class MembersSetPermissionsResult : CustomStringConvertible, JSONRepresentable
  • Exactly one of team_member_id, email, or external_id must be provided to identify the user account. At least one of new_email, new_external_id, new_given_name, and/or new_surname must be provided.

    See more

    Declaration

    Swift

    public class MembersSetProfileArg : CustomStringConvertible, JSONRepresentable
  • The MembersSetProfileError union

    See more

    Declaration

    Swift

    public enum MembersSetProfileError : CustomStringConvertible, JSONRepresentable
  • The MembersSetProfilePhotoArg struct

    See more

    Declaration

    Swift

    public class MembersSetProfilePhotoArg : CustomStringConvertible, JSONRepresentable
  • The MembersSetProfilePhotoError union

    See more

    Declaration

    Swift

    public enum MembersSetProfilePhotoError : CustomStringConvertible, JSONRepresentable
  • The MembersSuspendError union

    See more

    Declaration

    Swift

    public enum MembersSuspendError : CustomStringConvertible, JSONRepresentable
  • The MembersTransferFormerMembersFilesError union

    See more

    Declaration

    Swift

    public enum MembersTransferFormerMembersFilesError : CustomStringConvertible, JSONRepresentable
  • Exactly one of team_member_id, email, or external_id must be provided to identify the user account.

    See more

    Declaration

    Swift

    public class MembersUnsuspendArg : CustomStringConvertible, JSONRepresentable
  • The MembersUnsuspendError union

    See more

    Declaration

    Swift

    public enum MembersUnsuspendError : CustomStringConvertible, JSONRepresentable
  • The MobileClientPlatform union

    See more

    Declaration

    Swift

    public enum MobileClientPlatform : CustomStringConvertible, JSONRepresentable
  • Information about linked Dropbox mobile client sessions.

    See more

    Declaration

    Swift

    public class MobileClientSession : Team.DeviceSession
  • Properties of a namespace.

    See more

    Declaration

    Swift

    public class NamespaceMetadata : CustomStringConvertible, JSONRepresentable
  • The NamespaceType union

    See more

    Declaration

    Swift

    public enum NamespaceType : CustomStringConvertible, JSONRepresentable
  • User result for setting member custom quota.

    See more

    Declaration

    Swift

    public enum RemoveCustomQuotaResult : CustomStringConvertible, JSONRepresentable
  • The RemovedStatus struct

    See more

    Declaration

    Swift

    public class RemovedStatus : CustomStringConvertible, JSONRepresentable
  • Result of trying to resend verification email to a secondary email address. ‘success’ is the only value indicating that a verification email was successfully sent. The other values explain the type of error that occurred, and include the email for which the error occurred.

    See more

    Declaration

    Swift

    public enum ResendSecondaryEmailResult : CustomStringConvertible, JSONRepresentable
  • The ResendVerificationEmailArg struct

    See more

    Declaration

    Swift

    public class ResendVerificationEmailArg : CustomStringConvertible, JSONRepresentable
  • List of users and resend results.

    See more

    Declaration

    Swift

    public class ResendVerificationEmailResult : CustomStringConvertible, JSONRepresentable
  • The RevokeDesktopClientArg struct

    See more

    Declaration

    Swift

    public class RevokeDesktopClientArg : Team.DeviceSessionArg
  • The RevokeDeviceSessionArg union

    See more

    Declaration

    Swift

    public enum RevokeDeviceSessionArg : CustomStringConvertible, JSONRepresentable
  • The RevokeDeviceSessionBatchArg struct

    See more

    Declaration

    Swift

    public class RevokeDeviceSessionBatchArg : CustomStringConvertible, JSONRepresentable
  • The RevokeDeviceSessionBatchError union

    See more

    Declaration

    Swift

    public enum RevokeDeviceSessionBatchError : CustomStringConvertible, JSONRepresentable
  • The RevokeDeviceSessionBatchResult struct

    See more

    Declaration

    Swift

    public class RevokeDeviceSessionBatchResult : CustomStringConvertible, JSONRepresentable
  • The RevokeDeviceSessionError union

    See more

    Declaration

    Swift

    public enum RevokeDeviceSessionError : CustomStringConvertible, JSONRepresentable
  • The RevokeDeviceSessionStatus struct

    See more

    Declaration

    Swift

    public class RevokeDeviceSessionStatus : CustomStringConvertible, JSONRepresentable
  • The RevokeLinkedApiAppArg struct

    See more

    Declaration

    Swift

    public class RevokeLinkedApiAppArg : CustomStringConvertible, JSONRepresentable
  • The RevokeLinkedApiAppBatchArg struct

    See more

    Declaration

    Swift

    public class RevokeLinkedApiAppBatchArg : CustomStringConvertible, JSONRepresentable
  • Error returned by linkedAppsRevokeLinkedAppBatch.

    See more

    Declaration

    Swift

    public enum RevokeLinkedAppBatchError : CustomStringConvertible, JSONRepresentable
  • The RevokeLinkedAppBatchResult struct

    See more

    Declaration

    Swift

    public class RevokeLinkedAppBatchResult : CustomStringConvertible, JSONRepresentable
  • Error returned by linkedAppsRevokeLinkedApp.

    See more

    Declaration

    Swift

    public enum RevokeLinkedAppError : CustomStringConvertible, JSONRepresentable
  • The RevokeLinkedAppStatus struct

    See more

    Declaration

    Swift

    public class RevokeLinkedAppStatus : CustomStringConvertible, JSONRepresentable
  • The SetCustomQuotaArg struct

    See more

    Declaration

    Swift

    public class SetCustomQuotaArg : CustomStringConvertible, JSONRepresentable
  • Error returned when setting member custom quota.

    See more

    Declaration

    Swift

    public enum SetCustomQuotaError : CustomStringConvertible, JSONRepresentable
  • Structure representing Approve List entries. Domain and emails are supported. At least one entry of any supported type is required.

    See more

    Declaration

    Swift

    public class SharingAllowlistAddArgs : CustomStringConvertible, JSONRepresentable
  • The SharingAllowlistAddError union

    See more

    Declaration

    Swift

    public enum SharingAllowlistAddError : CustomStringConvertible, JSONRepresentable
  • This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.

    See more

    Declaration

    Swift

    public class SharingAllowlistAddResponse : CustomStringConvertible, JSONRepresentable
  • The SharingAllowlistListArg struct

    See more

    Declaration

    Swift

    public class SharingAllowlistListArg : CustomStringConvertible, JSONRepresentable
  • The SharingAllowlistListContinueArg struct

    See more

    Declaration

    Swift

    public class SharingAllowlistListContinueArg : CustomStringConvertible, JSONRepresentable
  • The SharingAllowlistListContinueError union

    See more

    Declaration

    Swift

    public enum SharingAllowlistListContinueError : CustomStringConvertible, JSONRepresentable
  • This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.

    See more

    Declaration

    Swift

    public class SharingAllowlistListError : CustomStringConvertible, JSONRepresentable
  • The SharingAllowlistListResponse struct

    See more

    Declaration

    Swift

    public class SharingAllowlistListResponse : CustomStringConvertible, JSONRepresentable
  • The SharingAllowlistRemoveArgs struct

    See more

    Declaration

    Swift

    public class SharingAllowlistRemoveArgs : CustomStringConvertible, JSONRepresentable
  • The SharingAllowlistRemoveError union

    See more

    Declaration

    Swift

    public enum SharingAllowlistRemoveError : CustomStringConvertible, JSONRepresentable
  • This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.

    See more

    Declaration

    Swift

    public class SharingAllowlistRemoveResponse : CustomStringConvertible, JSONRepresentable
  • Describes the number of users in a specific storage bucket.

    See more

    Declaration

    Swift

    public class StorageBucket : CustomStringConvertible, JSONRepresentable
  • The TeamFolderAccessError union

    See more

    Declaration

    Swift

    public enum TeamFolderAccessError : CustomStringConvertible, JSONRepresentable
  • The TeamFolderActivateError union

    See more

    Declaration

    Swift

    public enum TeamFolderActivateError : CustomStringConvertible, JSONRepresentable
  • The TeamFolderIdArg struct

    See more

    Declaration

    Swift

    public class TeamFolderIdArg : CustomStringConvertible, JSONRepresentable
  • The TeamFolderArchiveArg struct

    See more

    Declaration

    Swift

    public class TeamFolderArchiveArg : Team.TeamFolderIdArg
  • The TeamFolderArchiveError union

    See more

    Declaration

    Swift

    public enum TeamFolderArchiveError : CustomStringConvertible, JSONRepresentable
  • The TeamFolderArchiveJobStatus union

    See more

    Declaration

    Swift

    public enum TeamFolderArchiveJobStatus : CustomStringConvertible, JSONRepresentable
  • The TeamFolderArchiveLaunch union

    See more

    Declaration

    Swift

    public enum TeamFolderArchiveLaunch : CustomStringConvertible, JSONRepresentable
  • The TeamFolderCreateArg struct

    See more

    Declaration

    Swift

    public class TeamFolderCreateArg : CustomStringConvertible, JSONRepresentable
  • The TeamFolderCreateError union

    See more

    Declaration

    Swift

    public enum TeamFolderCreateError : CustomStringConvertible, JSONRepresentable
  • The TeamFolderGetInfoItem union

    See more

    Declaration

    Swift

    public enum TeamFolderGetInfoItem : CustomStringConvertible, JSONRepresentable
  • The TeamFolderIdListArg struct

    See more

    Declaration

    Swift

    public class TeamFolderIdListArg : CustomStringConvertible, JSONRepresentable
  • The TeamFolderInvalidStatusError union

    See more

    Declaration

    Swift

    public enum TeamFolderInvalidStatusError : CustomStringConvertible, JSONRepresentable
  • The TeamFolderListArg struct

    See more

    Declaration

    Swift

    public class TeamFolderListArg : CustomStringConvertible, JSONRepresentable
  • The TeamFolderListContinueArg struct

    See more

    Declaration

    Swift

    public class TeamFolderListContinueArg : CustomStringConvertible, JSONRepresentable
  • The TeamFolderListContinueError union

    See more

    Declaration

    Swift

    public enum TeamFolderListContinueError : CustomStringConvertible, JSONRepresentable
  • The TeamFolderListError struct

    See more

    Declaration

    Swift

    public class TeamFolderListError : CustomStringConvertible, JSONRepresentable
  • Result for teamFolderList and teamFolderListContinue.

    See more

    Declaration

    Swift

    public class TeamFolderListResult : CustomStringConvertible, JSONRepresentable
  • Properties of a team folder.

    See more

    Declaration

    Swift

    public class TeamFolderMetadata : CustomStringConvertible, JSONRepresentable
  • The TeamFolderPermanentlyDeleteError union

    See more

    Declaration

    Swift

    public enum TeamFolderPermanentlyDeleteError : CustomStringConvertible, JSONRepresentable
  • The TeamFolderRenameArg struct

    See more

    Declaration

    Swift

    public class TeamFolderRenameArg : Team.TeamFolderIdArg
  • The TeamFolderRenameError union

    See more

    Declaration

    Swift

    public enum TeamFolderRenameError : CustomStringConvertible, JSONRepresentable
  • The TeamFolderStatus union

    See more

    Declaration

    Swift

    public enum TeamFolderStatus : CustomStringConvertible, JSONRepresentable
  • The TeamFolderTeamSharedDropboxError union

    See more

    Declaration

    Swift

    public enum TeamFolderTeamSharedDropboxError : CustomStringConvertible, JSONRepresentable
  • The TeamFolderUpdateSyncSettingsArg struct

    See more

    Declaration

    Swift

    public class TeamFolderUpdateSyncSettingsArg : Team.TeamFolderIdArg
  • The TeamFolderUpdateSyncSettingsError union

    See more

    Declaration

    Swift

    public enum TeamFolderUpdateSyncSettingsError : CustomStringConvertible, JSONRepresentable
  • The TeamGetInfoResult struct

    See more

    Declaration

    Swift

    public class TeamGetInfoResult : CustomStringConvertible, JSONRepresentable
  • Information about a team member.

    See more

    Declaration

    Swift

    public class TeamMemberInfo : CustomStringConvertible, JSONRepresentable
  • Information about a team member.

    See more

    Declaration

    Swift

    public class TeamMemberInfoV2 : CustomStringConvertible, JSONRepresentable
  • Information about a team member, after the change, like at membersSetProfileV2.

    See more

    Declaration

    Swift

    public class TeamMemberInfoV2Result : CustomStringConvertible, JSONRepresentable
  • Profile of a user as a member of a team.

    See more

    Declaration

    Swift

    public class TeamMemberProfile : Team.MemberProfile
  • A role which can be attached to a team member. This replaces AdminTier; each AdminTier corresponds to a new TeamMemberRole with a matching name.

    See more

    Declaration

    Swift

    public class TeamMemberRole : CustomStringConvertible, JSONRepresentable
  • The user’s status as a member of a specific team.

    See more

    Declaration

    Swift

    public enum TeamMemberStatus : CustomStringConvertible, JSONRepresentable
  • The TeamMembershipType union

    See more

    Declaration

    Swift

    public enum TeamMembershipType : CustomStringConvertible, JSONRepresentable
  • The TeamNamespacesListArg struct

    See more

    Declaration

    Swift

    public class TeamNamespacesListArg : CustomStringConvertible, JSONRepresentable
  • The TeamNamespacesListContinueArg struct

    See more

    Declaration

    Swift

    public class TeamNamespacesListContinueArg : CustomStringConvertible, JSONRepresentable
  • The TeamNamespacesListError union

    See more

    Declaration

    Swift

    public enum TeamNamespacesListError : CustomStringConvertible, JSONRepresentable
  • The TeamNamespacesListContinueError union

    See more

    Declaration

    Swift

    public enum TeamNamespacesListContinueError : CustomStringConvertible, JSONRepresentable
  • Result for namespacesList.

    See more

    Declaration

    Swift

    public class TeamNamespacesListResult : CustomStringConvertible, JSONRepresentable
  • The TeamReportFailureReason union

    See more

    Declaration

    Swift

    public enum TeamReportFailureReason : CustomStringConvertible, JSONRepresentable
  • Error returned by tokenGetAuthenticatedAdmin.

    See more

    Declaration

    Swift

    public enum TokenGetAuthenticatedAdminError : CustomStringConvertible, JSONRepresentable
  • Results for tokenGetAuthenticatedAdmin.

    See more

    Declaration

    Swift

    public class TokenGetAuthenticatedAdminResult : CustomStringConvertible, JSONRepresentable
  • The value for uploadApiRateLimit in Feature.

    See more

    Declaration

    Swift

    public enum UploadApiRateLimitValue : CustomStringConvertible, JSONRepresentable
  • Result of trying to add secondary emails to a user. ‘success’ is the only value indicating that a user was successfully retrieved for adding secondary emails. The other values explain the type of error that occurred, and include the user for which the error occurred.

    See more

    Declaration

    Swift

    public enum UserAddResult : CustomStringConvertible, JSONRepresentable
  • User and their required custom quota in GB (1 TB = 1024 GB).

    See more

    Declaration

    Swift

    public class UserCustomQuotaArg : CustomStringConvertible, JSONRepresentable
  • User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the user has no custom quota set.

    See more

    Declaration

    Swift

    public class UserCustomQuotaResult : CustomStringConvertible, JSONRepresentable
  • The UserDeleteEmailsResult struct

    See more

    Declaration

    Swift

    public class UserDeleteEmailsResult : CustomStringConvertible, JSONRepresentable
  • Result of trying to delete a user’s secondary emails. ‘success’ is the only value indicating that a user was successfully retrieved for deleting secondary emails. The other values explain the type of error that occurred, and include the user for which the error occurred.

    See more

    Declaration

    Swift

    public enum UserDeleteResult : CustomStringConvertible, JSONRepresentable
  • The UserResendEmailsResult struct

    See more

    Declaration

    Swift

    public class UserResendEmailsResult : CustomStringConvertible, JSONRepresentable
  • Result of trying to resend verification emails to a user. ‘success’ is the only value indicating that a user was successfully retrieved for sending verification emails. The other values explain the type of error that occurred, and include the user for which the error occurred.

    See more

    Declaration

    Swift

    public enum UserResendResult : CustomStringConvertible, JSONRepresentable
  • User and a list of secondary emails.

    See more

    Declaration

    Swift

    public class UserSecondaryEmailsArg : CustomStringConvertible, JSONRepresentable
  • The UserSecondaryEmailsResult struct

    See more

    Declaration

    Swift

    public class UserSecondaryEmailsResult : CustomStringConvertible, JSONRepresentable
  • Argument for selecting a single user, either by team_member_id, external_id or email.

    See more

    Declaration

    Swift

    public enum UserSelectorArg : CustomStringConvertible, JSONRepresentable
  • Argument for selecting a list of users, either by team_member_ids, external_ids or emails.

    See more

    Declaration

    Swift

    public enum UsersSelectorArg : CustomStringConvertible, JSONRepresentable