fun list(firstResult: Int?, maxResults: Int?, like: String?): Collection<UserShortInfo>
Returns list of users.
firstResult
- when pagination starts or null
maxResults
- amount of items per page or null
like
- search string filter or null
Return
list of entities