lastName

@SerialName(value = "last_name")
val lastName: String? = null

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

Return

The user's last name if provided, null otherwise.