get
Candidate
Members
open fun getCandidateMembers(page: Int, pageSize: Int, userId: String, membersToExclude: ArrayList<String>): PaginatedResponse<CandidateMember>
Method to get the candidates user list
Return
the candidates list as PaginatedResponse of PandoroUser
Parameters
userId
The user identifier
page
The page requested
pageSize
The size of the items to insert in the page
membersToExclude
The list of the members already joined or invited to exclude from the count