LookupUserWithEmailResponse

API: Internal/Beta

data class LookupUserWithEmailResponse(
    val userId: String,
    val firstNames: String,
    val lastName: String,
)
Properties
userId: String
firstNames: String
lastName: String