emailAddress

@SerialName(value = "email_address")
val emailAddress: String? = null

The email address supplied to the current sign-up. Only supported if email address is enabled in the instance settings.

Return

The email address if provided, null otherwise.