getListUsers

@GET(value = "users")
abstract suspend fun getListUsers(@Query(value = "search"search: String?, @Query(value = "offset"offset: Int = 1, @IntRange(from = 1, to = 100) @Query(value = "limit"limit: Int = ConstantsPaging.PAGE_LIMIT): Response<List<UserResponse>>

Get list users

See also

Parameters

search

for find users by name

offset

mysql limit