get Potential Members

open fun getPotentialMembers(userId: String, page: Int, pageSize: Int): PaginatedResponse<Team.RefyTeamMember>

Method to get the potential members for a team

Return

list of potential members as List of List of String

Parameters

userId

The identifier of the user to not fetch

page

The page requested

pageSize

The size of the items to insert in the page