get Several
fun getSeveral( externalUserId: String? = null, gender: String? = null, birthYear: Int? = null, height: Int? = null, weight: Int? = null): List<User>
Content copied to clipboard
Gets several users based on the provided criteria
Return
List of User that fits the criteria
Parameters
external User Id
User identifier for external systems
gender
Gender of the user
birth Year
Birth year of the user
height
Height of the user
weight
Weight of the user