getSeveral

fun getSeveral(    externalUserId: String? = null,     gender: String? = null,     birthYear: Int? = null,     height: Int? = null,     weight: Int? = null): List<User>

Gets several users based on the provided criteria

Return

List of User that fits the criteria

Parameters

externalUserId

User identifier for external systems

gender

Gender of the user

birthYear

Birth year of the user

height

Height of the user

weight

Weight of the user