get Session Members

@Query(value = ""SELECT * FROM " + USERS_KEY + " WHERE " + IDENTIFIER_KEY + "!=:" + IDENTIFIER_KEY", nativeQuery = true )
abstract fun getSessionMembers(@Param(value = "id") userId: String, pageable: Pageable): List<AmetistaUser>

Method to execute the query to get the current members registered in the system

Parameters

userId

The user to exclude from the list

pageable

The parameters to paginate the query