DBTEAMMembersGetInfoItemTag
Objective-C
enum DBTEAMMembersGetInfoItemTag : NSInteger {}
                Swift
@frozen enum DBTEAMMembersGetInfoItemTag : Int, @unchecked Sendable
                The DBTEAMMembersGetInfoItemTag enum type represents the possible tag
states with which the DBTEAMMembersGetInfoItem union can exist.
- 
                  
                  
An ID that was provided as a parameter to
membersGetInfoormembersGetInfo, and did not match a corresponding user. This might be a team_member_id, an email, or an external ID, depending on how the method was called.Declaration
Objective-C
DBTEAMMembersGetInfoItemIdNotFoundSwift
case idNotFound = 0 - 
                  
                  
Info about a team member.
Declaration
Objective-C
DBTEAMMembersGetInfoItemMemberInfoSwift
case memberInfo = 1 
View on GitHub
        DBTEAMMembersGetInfoItemTag Enumeration Reference