profileByExactEmail

abstract suspend fun profileByExactEmail(email: String, token: String): UserProfile(source)

Returns the single profile whose email equals email, ignoring letter case.