get Session Members

open fun getSessionMembers(page: Int, pageSize: Int, userId: String): PaginatedResponse<AmetistaMember>

Method to get the current session members

Return

the paginated response as PaginatedResponse of AmetistaMember

Parameters

page

The page requested

pageSize

The size of the items to insert in the page

userId

The identifier of the user to exclude from the list