DBTEAMMembersGetInfoItemBaseTag

Objective-C

enum DBTEAMMembersGetInfoItemBaseTag : NSInteger {}

Swift

@frozen enum DBTEAMMembersGetInfoItemBaseTag : Int, @unchecked Sendable

The DBTEAMMembersGetInfoItemBaseTag enum type represents the possible tag states with which the DBTEAMMembersGetInfoItemBase union can exist.

  • An ID that was provided as a parameter to membersGetInfo or membersGetInfo, 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

    DBTEAMMembersGetInfoItemBaseIdNotFound

    Swift

    case idNotFound = 0