DBTEAMMemberAddV2ResultTag
Objective-C
enum DBTEAMMemberAddV2ResultTag : NSInteger {}
                Swift
@frozen enum DBTEAMMemberAddV2ResultTag : Int, @unchecked Sendable
                The DBTEAMMemberAddV2ResultTag enum type represents the possible tag
states with which the DBTEAMMemberAddV2Result union can exist.
- 
                  
                  
Team is already full. The organization has no available licenses.
Declaration
Objective-C
DBTEAMMemberAddV2ResultTeamLicenseLimitSwift
case teamLicenseLimit = 0 - 
                  
                  
Team is already full. The free team member limit has been reached.
Declaration
Objective-C
DBTEAMMemberAddV2ResultFreeTeamMemberLimitReachedSwift
case freeTeamMemberLimitReached = 1 - 
                  
                  
User is already on this team. The provided email address is associated with a user who is already a member of (including in recoverable state) or invited to the team.
Declaration
Objective-C
DBTEAMMemberAddV2ResultUserAlreadyOnTeamSwift
case userAlreadyOnTeam = 2 - 
                  
                  
User is already on another team. The provided email address is associated with a user that is already a member or invited to another team.
Declaration
Objective-C
DBTEAMMemberAddV2ResultUserOnAnotherTeamSwift
case userOnAnotherTeam = 3 - 
                  
                  
User is already paired.
Declaration
Objective-C
DBTEAMMemberAddV2ResultUserAlreadyPairedSwift
case userAlreadyPaired = 4 - 
                  
                  
User migration has failed.
Declaration
Objective-C
DBTEAMMemberAddV2ResultUserMigrationFailedSwift
case userMigrationFailed = 5 - 
                  
                  
A user with the given external member ID already exists on the team (including in recoverable state).
Declaration
Objective-C
DBTEAMMemberAddV2ResultDuplicateExternalMemberIdSwift
case duplicateExternalMemberId = 6 - 
                  
                  
A user with the given persistent ID already exists on the team (including in recoverable state).
Declaration
Objective-C
DBTEAMMemberAddV2ResultDuplicateMemberPersistentIdSwift
case duplicateMemberPersistentId = 7 - 
                  
                  
Persistent ID is only available to teams with persistent ID SAML configuration. Please contact Dropbox for more information.
Declaration
Objective-C
DBTEAMMemberAddV2ResultPersistentIdDisabledSwift
case persistentIdDisabled = 8 - 
                  
                  
User creation has failed.
Declaration
Objective-C
DBTEAMMemberAddV2ResultUserCreationFailedSwift
case userCreationFailed = 9 - 
                  
                  
Describes a user that was successfully added to the team.
Declaration
Objective-C
DBTEAMMemberAddV2ResultSuccessSwift
case success = 10 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMMemberAddV2ResultOtherSwift
case other = 11 
View on GitHub
        DBTEAMMemberAddV2ResultTag Enumeration Reference