MembersGetInfoItemV2
public enum MembersGetInfoItemV2 : CustomStringConvertible, JSONRepresentable
Describes a result obtained for a single user whose id was specified in the parameter of membersGetInfoV2.
-
An ID that was provided as a parameter to membersGetInfo or membersGetInfoV2, 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
Swift
case idNotFound(String) -
Info about a team member.
Declaration
Swift
case memberInfo(Team.TeamMemberInfoV2) -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
MembersGetInfoItemV2 Enumeration Reference