firstName

@SerialName(value = "first_name")
val firstName: String? = null

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

Return

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