Team
public class Team
Datatypes and serializers for the team namespace
-
The DeviceSession struct
See moreDeclaration
Swift
public class DeviceSession : CustomStringConvertible, JSONRepresentable
-
Information on active web sessions.
See moreDeclaration
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 moreDeclaration
Swift
public enum AddSecondaryEmailResult : CustomStringConvertible, JSONRepresentable
-
The AddSecondaryEmailsArg struct
See moreDeclaration
Swift
public class AddSecondaryEmailsArg : CustomStringConvertible, JSONRepresentable
-
Error returned when adding secondary emails fails.
See moreDeclaration
Swift
public enum AddSecondaryEmailsError : CustomStringConvertible, JSONRepresentable
-
The AddSecondaryEmailsResult struct
See moreDeclaration
Swift
public class AddSecondaryEmailsResult : CustomStringConvertible, JSONRepresentable
-
Describes which team-related admin permissions a user has.
See moreDeclaration
Swift
public enum AdminTier : CustomStringConvertible, JSONRepresentable
-
Information on linked third party applications.
See moreDeclaration
Swift
public class ApiApp : CustomStringConvertible, JSONRepresentable
-
Base report structure.
See moreDeclaration
Swift
public class BaseDfbReport : CustomStringConvertible, JSONRepresentable
-
Base error that all errors for existing team folders should extend.
See moreDeclaration
Swift
public enum BaseTeamFolderError : CustomStringConvertible, JSONRepresentable
-
Error returned when getting member custom quota.
See moreDeclaration
Swift
public enum CustomQuotaError : CustomStringConvertible, JSONRepresentable
-
User custom quota.
See moreDeclaration
Swift
public enum CustomQuotaResult : CustomStringConvertible, JSONRepresentable
-
The CustomQuotaUsersArg struct
See moreDeclaration
Swift
public class CustomQuotaUsersArg : CustomStringConvertible, JSONRepresentable
-
Input arguments that can be provided for most reports.
See moreDeclaration
Swift
public class DateRange : CustomStringConvertible, JSONRepresentable
-
Errors that can originate from problems in input arguments to reports.
See moreDeclaration
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 moreDeclaration
Swift
public enum DeleteSecondaryEmailResult : CustomStringConvertible, JSONRepresentable
-
The DeleteSecondaryEmailsArg struct
See moreDeclaration
Swift
public class DeleteSecondaryEmailsArg : CustomStringConvertible, JSONRepresentable
-
The DeleteSecondaryEmailsResult struct
See moreDeclaration
Swift
public class DeleteSecondaryEmailsResult : CustomStringConvertible, JSONRepresentable
-
Information about linked Dropbox desktop client sessions.
See moreDeclaration
Swift
public class DesktopClientSession : Team.DeviceSession
-
The DesktopPlatform union
See moreDeclaration
Swift
public enum DesktopPlatform : CustomStringConvertible, JSONRepresentable
-
The DeviceSessionArg struct
See moreDeclaration
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 moreDeclaration
Swift
public class DevicesActive : CustomStringConvertible, JSONRepresentable
-
Excluded users list argument.
See moreDeclaration
Swift
public class ExcludedUsersListArg : CustomStringConvertible, JSONRepresentable
-
Excluded users list continue argument.
See moreDeclaration
Swift
public class ExcludedUsersListContinueArg : CustomStringConvertible, JSONRepresentable
-
Excluded users list continue error.
See moreDeclaration
Swift
public enum ExcludedUsersListContinueError : CustomStringConvertible, JSONRepresentable
-
Excluded users list error.
See moreDeclaration
Swift
public enum ExcludedUsersListError : CustomStringConvertible, JSONRepresentable
-
Excluded users list result.
See moreDeclaration
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 moreDeclaration
Swift
public class ExcludedUsersUpdateArg : CustomStringConvertible, JSONRepresentable
-
Excluded users update error.
See moreDeclaration
Swift
public enum ExcludedUsersUpdateError : CustomStringConvertible, JSONRepresentable
-
Excluded users update result.
See moreDeclaration
Swift
public class ExcludedUsersUpdateResult : CustomStringConvertible, JSONRepresentable
-
Excluded users update operation status.
See moreDeclaration
Swift
public enum ExcludedUsersUpdateStatus : CustomStringConvertible, JSONRepresentable
-
A set of features that a Dropbox Business account may support.
See moreDeclaration
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 moreDeclaration
Swift
public enum FeatureValue : CustomStringConvertible, JSONRepresentable
-
The FeaturesGetValuesBatchArg struct
See moreDeclaration
Swift
public class FeaturesGetValuesBatchArg : CustomStringConvertible, JSONRepresentable
-
The FeaturesGetValuesBatchError union
See moreDeclaration
Swift
public enum FeaturesGetValuesBatchError : CustomStringConvertible, JSONRepresentable
-
The FeaturesGetValuesBatchResult struct
See moreDeclaration
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 moreDeclaration
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 moreDeclaration
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 moreDeclaration
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 moreDeclaration
Swift
public class GetStorageReport : Team.BaseDfbReport
-
Role of a user in group.
See moreDeclaration
Swift
public enum GroupAccessType : CustomStringConvertible, JSONRepresentable
-
The GroupCreateArg struct
See moreDeclaration
Swift
public class GroupCreateArg : CustomStringConvertible, JSONRepresentable
-
The GroupCreateError union
See moreDeclaration
Swift
public enum GroupCreateError : CustomStringConvertible, JSONRepresentable
-
Error that can be raised when GroupSelector is used.
See moreDeclaration
Swift
public enum GroupSelectorError : CustomStringConvertible, JSONRepresentable
-
Error that can be raised when GroupSelector is used and team groups are disallowed from being used.
See moreDeclaration
Swift
public enum GroupSelectorWithTeamGroupError : CustomStringConvertible, JSONRepresentable
-
The GroupDeleteError union
See moreDeclaration
Swift
public enum GroupDeleteError : CustomStringConvertible, JSONRepresentable
-
Full description of a group.
See moreDeclaration
Swift
public class GroupFullInfo : TeamCommon.GroupSummary
-
Profile of group member, and role in group.
See moreDeclaration
Swift
public class GroupMemberInfo : CustomStringConvertible, JSONRepresentable
-
Argument for selecting a group and a single user.
See moreDeclaration
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 moreDeclaration
Swift
public enum GroupMemberSelectorError : CustomStringConvertible, JSONRepresentable
-
The GroupMemberSetAccessTypeError union
See moreDeclaration
Swift
public enum GroupMemberSetAccessTypeError : CustomStringConvertible, JSONRepresentable
-
The IncludeMembersArg struct
See moreDeclaration
Swift
public class IncludeMembersArg : CustomStringConvertible, JSONRepresentable
-
The GroupMembersAddArg struct
See moreDeclaration
Swift
public class GroupMembersAddArg : Team.IncludeMembersArg
-
The GroupMembersAddError union
See moreDeclaration
Swift
public enum GroupMembersAddError : CustomStringConvertible, JSONRepresentable
-
Result returned by groupsMembersAdd and groupsMembersRemove.
See moreDeclaration
Swift
public class GroupMembersChangeResult : CustomStringConvertible, JSONRepresentable
-
The GroupMembersRemoveArg struct
See moreDeclaration
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 moreDeclaration
Swift
public enum GroupMembersSelectorError : CustomStringConvertible, JSONRepresentable
-
The GroupMembersRemoveError union
See moreDeclaration
Swift
public enum GroupMembersRemoveError : CustomStringConvertible, JSONRepresentable
-
Argument for selecting a group and a list of users.
See moreDeclaration
Swift
public class GroupMembersSelector : CustomStringConvertible, JSONRepresentable
-
The GroupMembersSetAccessTypeArg struct
See moreDeclaration
Swift
public class GroupMembersSetAccessTypeArg : Team.GroupMemberSelector
-
Argument for selecting a single group, either by group_id or by external group ID.
See moreDeclaration
Swift
public enum GroupSelector : CustomStringConvertible, JSONRepresentable
-
The GroupUpdateArgs struct
See moreDeclaration
Swift
public class GroupUpdateArgs : Team.IncludeMembersArg
-
The GroupUpdateError union
See moreDeclaration
Swift
public enum GroupUpdateError : CustomStringConvertible, JSONRepresentable
-
The GroupsGetInfoError union
See moreDeclaration
Swift
public enum GroupsGetInfoError : CustomStringConvertible, JSONRepresentable
-
The GroupsGetInfoItem union
See moreDeclaration
Swift
public enum GroupsGetInfoItem : CustomStringConvertible, JSONRepresentable
-
The GroupsListArg struct
See moreDeclaration
Swift
public class GroupsListArg : CustomStringConvertible, JSONRepresentable
-
The GroupsListContinueArg struct
See moreDeclaration
Swift
public class GroupsListContinueArg : CustomStringConvertible, JSONRepresentable
-
The GroupsListContinueError union
See moreDeclaration
Swift
public enum GroupsListContinueError : CustomStringConvertible, JSONRepresentable
-
The GroupsListResult struct
See moreDeclaration
Swift
public class GroupsListResult : CustomStringConvertible, JSONRepresentable
-
The GroupsMembersListArg struct
See moreDeclaration
Swift
public class GroupsMembersListArg : CustomStringConvertible, JSONRepresentable
-
The GroupsMembersListContinueArg struct
See moreDeclaration
Swift
public class GroupsMembersListContinueArg : CustomStringConvertible, JSONRepresentable
-
The GroupsMembersListContinueError union
See moreDeclaration
Swift
public enum GroupsMembersListContinueError : CustomStringConvertible, JSONRepresentable
-
The GroupsMembersListResult struct
See moreDeclaration
Swift
public class GroupsMembersListResult : CustomStringConvertible, JSONRepresentable
-
The GroupsPollError union
See moreDeclaration
Swift
public enum GroupsPollError : CustomStringConvertible, JSONRepresentable
-
Argument for selecting a list of groups, either by group_ids, or external group IDs.
See moreDeclaration
Swift
public enum GroupsSelector : CustomStringConvertible, JSONRepresentable
-
The value for hasTeamFileEvents in Feature.
See moreDeclaration
Swift
public enum HasTeamFileEventsValue : CustomStringConvertible, JSONRepresentable
-
The value for hasTeamSelectiveSync in Feature.
See moreDeclaration
Swift
public enum HasTeamSelectiveSyncValue : CustomStringConvertible, JSONRepresentable
-
The value for hasTeamSharedDropbox in Feature.
See moreDeclaration
Swift
public enum HasTeamSharedDropboxValue : CustomStringConvertible, JSONRepresentable
-
The LegalHoldHeldRevisionMetadata struct
See moreDeclaration
Swift
public class LegalHoldHeldRevisionMetadata : CustomStringConvertible, JSONRepresentable
-
The LegalHoldPolicy struct
See moreDeclaration
Swift
public class LegalHoldPolicy : CustomStringConvertible, JSONRepresentable
-
The LegalHoldStatus union
See moreDeclaration
Swift
public enum LegalHoldStatus : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsError union
See moreDeclaration
Swift
public enum LegalHoldsError : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsGetPolicyArg struct
See moreDeclaration
Swift
public class LegalHoldsGetPolicyArg : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsGetPolicyError union
See moreDeclaration
Swift
public enum LegalHoldsGetPolicyError : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsListHeldRevisionResult struct
See moreDeclaration
Swift
public class LegalHoldsListHeldRevisionResult : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsListHeldRevisionsArg struct
See moreDeclaration
Swift
public class LegalHoldsListHeldRevisionsArg : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsListHeldRevisionsContinueArg struct
See moreDeclaration
Swift
public class LegalHoldsListHeldRevisionsContinueArg : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsListHeldRevisionsContinueError union
See moreDeclaration
Swift
public enum LegalHoldsListHeldRevisionsContinueError : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsListHeldRevisionsError union
See moreDeclaration
Swift
public enum LegalHoldsListHeldRevisionsError : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsListPoliciesArg struct
See moreDeclaration
Swift
public class LegalHoldsListPoliciesArg : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsListPoliciesError union
See moreDeclaration
Swift
public enum LegalHoldsListPoliciesError : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsListPoliciesResult struct
See moreDeclaration
Swift
public class LegalHoldsListPoliciesResult : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsPolicyCreateArg struct
See moreDeclaration
Swift
public class LegalHoldsPolicyCreateArg : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsPolicyCreateError union
See moreDeclaration
Swift
public enum LegalHoldsPolicyCreateError : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsPolicyReleaseArg struct
See moreDeclaration
Swift
public class LegalHoldsPolicyReleaseArg : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsPolicyReleaseError union
See moreDeclaration
Swift
public enum LegalHoldsPolicyReleaseError : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsPolicyUpdateArg struct
See moreDeclaration
Swift
public class LegalHoldsPolicyUpdateArg : CustomStringConvertible, JSONRepresentable
-
The LegalHoldsPolicyUpdateError union
See moreDeclaration
Swift
public enum LegalHoldsPolicyUpdateError : CustomStringConvertible, JSONRepresentable
-
The ListMemberAppsArg struct
See moreDeclaration
Swift
public class ListMemberAppsArg : CustomStringConvertible, JSONRepresentable
-
Error returned by linkedAppsListMemberLinkedApps.
See moreDeclaration
Swift
public enum ListMemberAppsError : CustomStringConvertible, JSONRepresentable
-
The ListMemberAppsResult struct
See moreDeclaration
Swift
public class ListMemberAppsResult : CustomStringConvertible, JSONRepresentable
-
The ListMemberDevicesArg struct
See moreDeclaration
Swift
public class ListMemberDevicesArg : CustomStringConvertible, JSONRepresentable
-
The ListMemberDevicesError union
See moreDeclaration
Swift
public enum ListMemberDevicesError : CustomStringConvertible, JSONRepresentable
-
The ListMemberDevicesResult struct
See moreDeclaration
Swift
public class ListMemberDevicesResult : CustomStringConvertible, JSONRepresentable
-
Arguments for linkedAppsListMembersLinkedApps.
See moreDeclaration
Swift
public class ListMembersAppsArg : CustomStringConvertible, JSONRepresentable
-
Error returned by linkedAppsListMembersLinkedApps.
See moreDeclaration
Swift
public enum ListMembersAppsError : CustomStringConvertible, JSONRepresentable
-
Information returned by linkedAppsListMembersLinkedApps.
See moreDeclaration
Swift
public class ListMembersAppsResult : CustomStringConvertible, JSONRepresentable
-
The ListMembersDevicesArg struct
See moreDeclaration
Swift
public class ListMembersDevicesArg : CustomStringConvertible, JSONRepresentable
-
The ListMembersDevicesError union
See moreDeclaration
Swift
public enum ListMembersDevicesError : CustomStringConvertible, JSONRepresentable
-
The ListMembersDevicesResult struct
See moreDeclaration
Swift
public class ListMembersDevicesResult : CustomStringConvertible, JSONRepresentable
-
Arguments for linkedAppsListTeamLinkedApps.
See moreDeclaration
Swift
public class ListTeamAppsArg : CustomStringConvertible, JSONRepresentable
-
Error returned by linkedAppsListTeamLinkedApps.
See moreDeclaration
Swift
public enum ListTeamAppsError : CustomStringConvertible, JSONRepresentable
-
Information returned by linkedAppsListTeamLinkedApps.
See moreDeclaration
Swift
public class ListTeamAppsResult : CustomStringConvertible, JSONRepresentable
-
The ListTeamDevicesArg struct
See moreDeclaration
Swift
public class ListTeamDevicesArg : CustomStringConvertible, JSONRepresentable
-
The ListTeamDevicesError union
See moreDeclaration
Swift
public enum ListTeamDevicesError : CustomStringConvertible, JSONRepresentable
-
The ListTeamDevicesResult struct
See moreDeclaration
Swift
public class ListTeamDevicesResult : CustomStringConvertible, JSONRepresentable
-
Specify access type a member should have when joined to a group.
See moreDeclaration
Swift
public class MemberAccess : CustomStringConvertible, JSONRepresentable
-
The MemberAddArgBase struct
See moreDeclaration
Swift
public class MemberAddArgBase : CustomStringConvertible, JSONRepresentable
-
The MemberAddArg struct
See moreDeclaration
Swift
public class MemberAddArg : MemberAddArgBase
-
The MemberAddResultBase union
See moreDeclaration
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 moreDeclaration
Swift
public enum MemberAddResult : CustomStringConvertible, JSONRepresentable
-
The MemberAddV2Arg struct
See moreDeclaration
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 moreDeclaration
Swift
public enum MemberAddV2Result : CustomStringConvertible, JSONRepresentable
-
Information on devices of a team’s member.
See moreDeclaration
Swift
public class MemberDevices : CustomStringConvertible, JSONRepresentable
-
Information on linked applications of a team member.
See moreDeclaration
Swift
public class MemberLinkedApps : CustomStringConvertible, JSONRepresentable
-
Basic member profile.
See moreDeclaration
Swift
public class MemberProfile : CustomStringConvertible, JSONRepresentable
-
Error that can be returned whenever a struct derived from UserSelectorArg is used.
See moreDeclaration
Swift
public enum UserSelectorError : CustomStringConvertible, JSONRepresentable
-
The MemberSelectorError union
See moreDeclaration
Swift
public enum MemberSelectorError : CustomStringConvertible, JSONRepresentable
-
The MembersAddArgBase struct
See moreDeclaration
Swift
public class MembersAddArgBase : CustomStringConvertible, JSONRepresentable
-
The MembersAddArg struct
See moreDeclaration
Swift
public class MembersAddArg : MembersAddArgBase
-
The MembersAddJobStatus union
See moreDeclaration
Swift
public enum MembersAddJobStatus : CustomStringConvertible, JSONRepresentable
-
The MembersAddJobStatusV2Result union
See moreDeclaration
Swift
public enum MembersAddJobStatusV2Result : CustomStringConvertible, JSONRepresentable
-
The MembersAddLaunch union
See moreDeclaration
Swift
public enum MembersAddLaunch : CustomStringConvertible, JSONRepresentable
-
The MembersAddLaunchV2Result union
See moreDeclaration
Swift
public enum MembersAddLaunchV2Result : CustomStringConvertible, JSONRepresentable
-
The MembersAddV2Arg struct
See moreDeclaration
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 moreDeclaration
Swift
public class MembersDeactivateBaseArg : CustomStringConvertible, JSONRepresentable
-
The MembersDataTransferArg struct
See moreDeclaration
Swift
public class MembersDataTransferArg : Team.MembersDeactivateBaseArg
-
The MembersDeactivateArg struct
See moreDeclaration
Swift
public class MembersDeactivateArg : Team.MembersDeactivateBaseArg
-
The MembersDeactivateError union
See moreDeclaration
Swift
public enum MembersDeactivateError : CustomStringConvertible, JSONRepresentable
-
The MembersDeleteProfilePhotoArg struct
See moreDeclaration
Swift
public class MembersDeleteProfilePhotoArg : CustomStringConvertible, JSONRepresentable
-
The MembersDeleteProfilePhotoError union
See moreDeclaration
Swift
public enum MembersDeleteProfilePhotoError : CustomStringConvertible, JSONRepresentable
-
Available TeamMemberRole for the connected team. To be used with membersSetAdminPermissionsV2.
See moreDeclaration
Swift
public class MembersGetAvailableTeamMemberRolesResult : CustomStringConvertible, JSONRepresentable
-
The MembersGetInfoArgs struct
See moreDeclaration
Swift
public class MembersGetInfoArgs : CustomStringConvertible, JSONRepresentable
-
The MembersGetInfoError union
See moreDeclaration
Swift
public enum MembersGetInfoError : CustomStringConvertible, JSONRepresentable
-
The MembersGetInfoItemBase union
See moreDeclaration
Swift
public enum MembersGetInfoItemBase : CustomStringConvertible, JSONRepresentable
-
Describes a result obtained for a single user whose id was specified in the parameter of membersGetInfo.
See moreDeclaration
Swift
public enum MembersGetInfoItem : CustomStringConvertible, JSONRepresentable
-
Describes a result obtained for a single user whose id was specified in the parameter of membersGetInfoV2.
See moreDeclaration
Swift
public enum MembersGetInfoItemV2 : CustomStringConvertible, JSONRepresentable
-
The MembersGetInfoV2Arg struct
See moreDeclaration
Swift
public class MembersGetInfoV2Arg : CustomStringConvertible, JSONRepresentable
-
The MembersGetInfoV2Result struct
See moreDeclaration
Swift
public class MembersGetInfoV2Result : CustomStringConvertible, JSONRepresentable
-
The MembersInfo struct
See moreDeclaration
Swift
public class MembersInfo : CustomStringConvertible, JSONRepresentable
-
The MembersListArg struct
See moreDeclaration
Swift
public class MembersListArg : CustomStringConvertible, JSONRepresentable
-
The MembersListContinueArg struct
See moreDeclaration
Swift
public class MembersListContinueArg : CustomStringConvertible, JSONRepresentable
-
The MembersListContinueError union
See moreDeclaration
Swift
public enum MembersListContinueError : CustomStringConvertible, JSONRepresentable
-
The MembersListError union
See moreDeclaration
Swift
public enum MembersListError : CustomStringConvertible, JSONRepresentable
-
The MembersListResult struct
See moreDeclaration
Swift
public class MembersListResult : CustomStringConvertible, JSONRepresentable
-
The MembersListV2Result struct
See moreDeclaration
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 moreDeclaration
Swift
public class MembersRecoverArg : CustomStringConvertible, JSONRepresentable
-
The MembersRecoverError union
See moreDeclaration
Swift
public enum MembersRecoverError : CustomStringConvertible, JSONRepresentable
-
The MembersRemoveArg struct
See moreDeclaration
Swift
public class MembersRemoveArg : Team.MembersDeactivateArg
-
The MembersTransferFilesError union
See moreDeclaration
Swift
public enum MembersTransferFilesError : CustomStringConvertible, JSONRepresentable
-
The MembersRemoveError union
See moreDeclaration
Swift
public enum MembersRemoveError : CustomStringConvertible, JSONRepresentable
-
The MembersSendWelcomeError union
See moreDeclaration
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 moreDeclaration
Swift
public class MembersSetPermissions2Arg : CustomStringConvertible, JSONRepresentable
-
The MembersSetPermissions2Error union
See moreDeclaration
Swift
public enum MembersSetPermissions2Error : CustomStringConvertible, JSONRepresentable
-
The MembersSetPermissions2Result struct
See moreDeclaration
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 moreDeclaration
Swift
public class MembersSetPermissionsArg : CustomStringConvertible, JSONRepresentable
-
The MembersSetPermissionsError union
See moreDeclaration
Swift
public enum MembersSetPermissionsError : CustomStringConvertible, JSONRepresentable
-
The MembersSetPermissionsResult struct
See moreDeclaration
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 moreDeclaration
Swift
public class MembersSetProfileArg : CustomStringConvertible, JSONRepresentable
-
The MembersSetProfileError union
See moreDeclaration
Swift
public enum MembersSetProfileError : CustomStringConvertible, JSONRepresentable
-
The MembersSetProfilePhotoArg struct
See moreDeclaration
Swift
public class MembersSetProfilePhotoArg : CustomStringConvertible, JSONRepresentable
-
The MembersSetProfilePhotoError union
See moreDeclaration
Swift
public enum MembersSetProfilePhotoError : CustomStringConvertible, JSONRepresentable
-
The MembersSuspendError union
See moreDeclaration
Swift
public enum MembersSuspendError : CustomStringConvertible, JSONRepresentable
-
The MembersTransferFormerMembersFilesError union
See moreDeclaration
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 moreDeclaration
Swift
public class MembersUnsuspendArg : CustomStringConvertible, JSONRepresentable
-
The MembersUnsuspendError union
See moreDeclaration
Swift
public enum MembersUnsuspendError : CustomStringConvertible, JSONRepresentable
-
The MobileClientPlatform union
See moreDeclaration
Swift
public enum MobileClientPlatform : CustomStringConvertible, JSONRepresentable
-
Information about linked Dropbox mobile client sessions.
See moreDeclaration
Swift
public class MobileClientSession : Team.DeviceSession
-
Properties of a namespace.
See moreDeclaration
Swift
public class NamespaceMetadata : CustomStringConvertible, JSONRepresentable
-
The NamespaceType union
See moreDeclaration
Swift
public enum NamespaceType : CustomStringConvertible, JSONRepresentable
-
User result for setting member custom quota.
See moreDeclaration
Swift
public enum RemoveCustomQuotaResult : CustomStringConvertible, JSONRepresentable
-
The RemovedStatus struct
See moreDeclaration
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 moreDeclaration
Swift
public enum ResendSecondaryEmailResult : CustomStringConvertible, JSONRepresentable
-
The ResendVerificationEmailArg struct
See moreDeclaration
Swift
public class ResendVerificationEmailArg : CustomStringConvertible, JSONRepresentable
-
List of users and resend results.
See moreDeclaration
Swift
public class ResendVerificationEmailResult : CustomStringConvertible, JSONRepresentable
-
The RevokeDesktopClientArg struct
See moreDeclaration
Swift
public class RevokeDesktopClientArg : Team.DeviceSessionArg
-
The RevokeDeviceSessionArg union
See moreDeclaration
Swift
public enum RevokeDeviceSessionArg : CustomStringConvertible, JSONRepresentable
-
The RevokeDeviceSessionBatchArg struct
See moreDeclaration
Swift
public class RevokeDeviceSessionBatchArg : CustomStringConvertible, JSONRepresentable
-
The RevokeDeviceSessionBatchError union
See moreDeclaration
Swift
public enum RevokeDeviceSessionBatchError : CustomStringConvertible, JSONRepresentable
-
The RevokeDeviceSessionBatchResult struct
See moreDeclaration
Swift
public class RevokeDeviceSessionBatchResult : CustomStringConvertible, JSONRepresentable
-
The RevokeDeviceSessionError union
See moreDeclaration
Swift
public enum RevokeDeviceSessionError : CustomStringConvertible, JSONRepresentable
-
The RevokeDeviceSessionStatus struct
See moreDeclaration
Swift
public class RevokeDeviceSessionStatus : CustomStringConvertible, JSONRepresentable
-
The RevokeLinkedApiAppArg struct
See moreDeclaration
Swift
public class RevokeLinkedApiAppArg : CustomStringConvertible, JSONRepresentable
-
The RevokeLinkedApiAppBatchArg struct
See moreDeclaration
Swift
public class RevokeLinkedApiAppBatchArg : CustomStringConvertible, JSONRepresentable
-
Error returned by linkedAppsRevokeLinkedAppBatch.
See moreDeclaration
Swift
public enum RevokeLinkedAppBatchError : CustomStringConvertible, JSONRepresentable
-
The RevokeLinkedAppBatchResult struct
See moreDeclaration
Swift
public class RevokeLinkedAppBatchResult : CustomStringConvertible, JSONRepresentable
-
Error returned by linkedAppsRevokeLinkedApp.
See moreDeclaration
Swift
public enum RevokeLinkedAppError : CustomStringConvertible, JSONRepresentable
-
The RevokeLinkedAppStatus struct
See moreDeclaration
Swift
public class RevokeLinkedAppStatus : CustomStringConvertible, JSONRepresentable
-
The SetCustomQuotaArg struct
See moreDeclaration
Swift
public class SetCustomQuotaArg : CustomStringConvertible, JSONRepresentable
-
Error returned when setting member custom quota.
See moreDeclaration
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 moreDeclaration
Swift
public class SharingAllowlistAddArgs : CustomStringConvertible, JSONRepresentable
-
The SharingAllowlistAddError union
See moreDeclaration
Swift
public enum SharingAllowlistAddError : CustomStringConvertible, JSONRepresentable
-
This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
See moreDeclaration
Swift
public class SharingAllowlistAddResponse : CustomStringConvertible, JSONRepresentable
-
The SharingAllowlistListArg struct
See moreDeclaration
Swift
public class SharingAllowlistListArg : CustomStringConvertible, JSONRepresentable
-
The SharingAllowlistListContinueArg struct
See moreDeclaration
Swift
public class SharingAllowlistListContinueArg : CustomStringConvertible, JSONRepresentable
-
The SharingAllowlistListContinueError union
See moreDeclaration
Swift
public enum SharingAllowlistListContinueError : CustomStringConvertible, JSONRepresentable
-
This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
See moreDeclaration
Swift
public class SharingAllowlistListError : CustomStringConvertible, JSONRepresentable
-
The SharingAllowlistListResponse struct
See moreDeclaration
Swift
public class SharingAllowlistListResponse : CustomStringConvertible, JSONRepresentable
-
The SharingAllowlistRemoveArgs struct
See moreDeclaration
Swift
public class SharingAllowlistRemoveArgs : CustomStringConvertible, JSONRepresentable
-
The SharingAllowlistRemoveError union
See moreDeclaration
Swift
public enum SharingAllowlistRemoveError : CustomStringConvertible, JSONRepresentable
-
This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.
See moreDeclaration
Swift
public class SharingAllowlistRemoveResponse : CustomStringConvertible, JSONRepresentable
-
Describes the number of users in a specific storage bucket.
See moreDeclaration
Swift
public class StorageBucket : CustomStringConvertible, JSONRepresentable
-
The TeamFolderAccessError union
See moreDeclaration
Swift
public enum TeamFolderAccessError : CustomStringConvertible, JSONRepresentable
-
The TeamFolderActivateError union
See moreDeclaration
Swift
public enum TeamFolderActivateError : CustomStringConvertible, JSONRepresentable
-
The TeamFolderIdArg struct
See moreDeclaration
Swift
public class TeamFolderIdArg : CustomStringConvertible, JSONRepresentable
-
The TeamFolderArchiveArg struct
See moreDeclaration
Swift
public class TeamFolderArchiveArg : Team.TeamFolderIdArg
-
The TeamFolderArchiveError union
See moreDeclaration
Swift
public enum TeamFolderArchiveError : CustomStringConvertible, JSONRepresentable
-
The TeamFolderArchiveJobStatus union
See moreDeclaration
Swift
public enum TeamFolderArchiveJobStatus : CustomStringConvertible, JSONRepresentable
-
The TeamFolderArchiveLaunch union
See moreDeclaration
Swift
public enum TeamFolderArchiveLaunch : CustomStringConvertible, JSONRepresentable
-
The TeamFolderCreateArg struct
See moreDeclaration
Swift
public class TeamFolderCreateArg : CustomStringConvertible, JSONRepresentable
-
The TeamFolderCreateError union
See moreDeclaration
Swift
public enum TeamFolderCreateError : CustomStringConvertible, JSONRepresentable
-
The TeamFolderGetInfoItem union
See moreDeclaration
Swift
public enum TeamFolderGetInfoItem : CustomStringConvertible, JSONRepresentable
-
The TeamFolderIdListArg struct
See moreDeclaration
Swift
public class TeamFolderIdListArg : CustomStringConvertible, JSONRepresentable
-
The TeamFolderInvalidStatusError union
See moreDeclaration
Swift
public enum TeamFolderInvalidStatusError : CustomStringConvertible, JSONRepresentable
-
The TeamFolderListArg struct
See moreDeclaration
Swift
public class TeamFolderListArg : CustomStringConvertible, JSONRepresentable
-
The TeamFolderListContinueArg struct
See moreDeclaration
Swift
public class TeamFolderListContinueArg : CustomStringConvertible, JSONRepresentable
-
The TeamFolderListContinueError union
See moreDeclaration
Swift
public enum TeamFolderListContinueError : CustomStringConvertible, JSONRepresentable
-
The TeamFolderListError struct
See moreDeclaration
Swift
public class TeamFolderListError : CustomStringConvertible, JSONRepresentable
-
Result for teamFolderList and teamFolderListContinue.
See moreDeclaration
Swift
public class TeamFolderListResult : CustomStringConvertible, JSONRepresentable
-
Properties of a team folder.
See moreDeclaration
Swift
public class TeamFolderMetadata : CustomStringConvertible, JSONRepresentable
-
The TeamFolderPermanentlyDeleteError union
See moreDeclaration
Swift
public enum TeamFolderPermanentlyDeleteError : CustomStringConvertible, JSONRepresentable
-
The TeamFolderRenameArg struct
See moreDeclaration
Swift
public class TeamFolderRenameArg : Team.TeamFolderIdArg
-
The TeamFolderRenameError union
See moreDeclaration
Swift
public enum TeamFolderRenameError : CustomStringConvertible, JSONRepresentable
-
The TeamFolderStatus union
See moreDeclaration
Swift
public enum TeamFolderStatus : CustomStringConvertible, JSONRepresentable
-
The TeamFolderTeamSharedDropboxError union
See moreDeclaration
Swift
public enum TeamFolderTeamSharedDropboxError : CustomStringConvertible, JSONRepresentable
-
The TeamFolderUpdateSyncSettingsArg struct
See moreDeclaration
Swift
public class TeamFolderUpdateSyncSettingsArg : Team.TeamFolderIdArg
-
The TeamFolderUpdateSyncSettingsError union
See moreDeclaration
Swift
public enum TeamFolderUpdateSyncSettingsError : CustomStringConvertible, JSONRepresentable
-
The TeamGetInfoResult struct
See moreDeclaration
Swift
public class TeamGetInfoResult : CustomStringConvertible, JSONRepresentable
-
Information about a team member.
See moreDeclaration
Swift
public class TeamMemberInfo : CustomStringConvertible, JSONRepresentable
-
Information about a team member.
See moreDeclaration
Swift
public class TeamMemberInfoV2 : CustomStringConvertible, JSONRepresentable
-
Information about a team member, after the change, like at membersSetProfileV2.
See moreDeclaration
Swift
public class TeamMemberInfoV2Result : CustomStringConvertible, JSONRepresentable
-
Profile of a user as a member of a team.
See moreDeclaration
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 moreDeclaration
Swift
public class TeamMemberRole : CustomStringConvertible, JSONRepresentable
-
The user’s status as a member of a specific team.
See moreDeclaration
Swift
public enum TeamMemberStatus : CustomStringConvertible, JSONRepresentable
-
The TeamMembershipType union
See moreDeclaration
Swift
public enum TeamMembershipType : CustomStringConvertible, JSONRepresentable
-
The TeamNamespacesListArg struct
See moreDeclaration
Swift
public class TeamNamespacesListArg : CustomStringConvertible, JSONRepresentable
-
The TeamNamespacesListContinueArg struct
See moreDeclaration
Swift
public class TeamNamespacesListContinueArg : CustomStringConvertible, JSONRepresentable
-
The TeamNamespacesListError union
See moreDeclaration
Swift
public enum TeamNamespacesListError : CustomStringConvertible, JSONRepresentable
-
The TeamNamespacesListContinueError union
See moreDeclaration
Swift
public enum TeamNamespacesListContinueError : CustomStringConvertible, JSONRepresentable
-
Result for namespacesList.
See moreDeclaration
Swift
public class TeamNamespacesListResult : CustomStringConvertible, JSONRepresentable
-
The TeamReportFailureReason union
See moreDeclaration
Swift
public enum TeamReportFailureReason : CustomStringConvertible, JSONRepresentable
-
Error returned by tokenGetAuthenticatedAdmin.
See moreDeclaration
Swift
public enum TokenGetAuthenticatedAdminError : CustomStringConvertible, JSONRepresentable
-
Results for tokenGetAuthenticatedAdmin.
See moreDeclaration
Swift
public class TokenGetAuthenticatedAdminResult : CustomStringConvertible, JSONRepresentable
-
The value for uploadApiRateLimit in Feature.
See moreDeclaration
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 moreDeclaration
Swift
public enum UserAddResult : CustomStringConvertible, JSONRepresentable
-
User and their required custom quota in GB (1 TB = 1024 GB).
See moreDeclaration
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 moreDeclaration
Swift
public class UserCustomQuotaResult : CustomStringConvertible, JSONRepresentable
-
The UserDeleteEmailsResult struct
See moreDeclaration
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 moreDeclaration
Swift
public enum UserDeleteResult : CustomStringConvertible, JSONRepresentable
-
The UserResendEmailsResult struct
See moreDeclaration
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 moreDeclaration
Swift
public enum UserResendResult : CustomStringConvertible, JSONRepresentable
-
User and a list of secondary emails.
See moreDeclaration
Swift
public class UserSecondaryEmailsArg : CustomStringConvertible, JSONRepresentable
-
The UserSecondaryEmailsResult struct
See moreDeclaration
Swift
public class UserSecondaryEmailsResult : CustomStringConvertible, JSONRepresentable
-
Argument for selecting a single user, either by team_member_id, external_id or email.
See moreDeclaration
Swift
public enum UserSelectorArg : CustomStringConvertible, JSONRepresentable
-
Argument for selecting a list of users, either by team_member_ids, external_ids or emails.
See moreDeclaration
Swift
public enum UsersSelectorArg : CustomStringConvertible, JSONRepresentable