get
Candidate
Members
@GetMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}" + COUNT_CANDIDATE_GROUP_MEMBERS_ENDPOINT",
headers = []
)
Method to count the candidate members availability
Return
the result of the request as String
Parameters
id
The identifier of the user
token
The token of the user
@GetMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}" + CANDIDATE_GROUP_MEMBERS_ENDPOINT",
headers = []
)
Method to get a list of candidates to be members of a group
Return
the result of the request as String
Parameters
id
The identifier of the user
token
The token of the user
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