MembersUnsuspendError
public enum MembersUnsuspendError : CustomStringConvertible, JSONRepresentable
The MembersUnsuspendError union
-
No matching user found. The provided team_member_id, email, or external_id does not exist on this team.
Declaration
Swift
case userNotFound
-
The user is not a member of the team.
Declaration
Swift
case userNotInTeam
-
An unspecified error.
Declaration
Swift
case other
-
The user is unsuspended, so it cannot be unsuspended again.
Declaration
Swift
case unsuspendNonSuspendedMember
-
Team is full. The organization has no available licenses.
Declaration
Swift
case teamLicenseLimit
-
Declaration
Swift
public var description: String { get }