searchUsersDirectory
abstract suspend fun searchUsersDirectory( search: String, limit: Int, excludedUserIds: Set<String>): List<User>
Content copied to clipboard
Search list of users on server directory.
Return
Cancelable
Parameters
search
the searched term
limit
the max number of users to return
excludedUserIds
the user ids to filter from the search