MembersGetInfoItem
public enum MembersGetInfoItem : CustomStringConvertible, JSONRepresentable
Describes a result obtained for a single user whose id was specified in the parameter of membersGetInfo.
-
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.TeamMemberInfo)
-
Declaration
Swift
public var description: String { get }