GetAccountMemberUser

data class GetAccountMemberUser(val email: String, val firstName: String, val id: String, val lastName: String, val twoFactorAuthenticationEnabled: Boolean)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The contact email address of the user.

Link copied to clipboard

User's first name

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

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.