AccountMemberUser

data class AccountMemberUser(val email: String? = null, val firstName: String? = null, val id: String? = null, val lastName: String? = null, val twoFactorAuthenticationEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(email: String? = null, firstName: String? = null, id: String? = null, lastName: String? = null, twoFactorAuthenticationEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

The contact email address of the user.

Link copied to clipboard
val firstName: String? = null

User's first name

Link copied to clipboard
val id: String? = null

Identifier

Link copied to clipboard
val lastName: String? = null

User's last name

Link copied to clipboard

Indicates whether two-factor authentication is enabled for the user account. Does not apply to API authentication.