getPotentialMembers

@GetMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}"", headers = [])
open fun <T> getPotentialMembers(@PathVariable(value = "id") id: String, @RequestHeader(value = "token") token: String): T

Method to get the potential members to add in a project

Return

the result of the request as [JSONObject]

Parameters

id

: the identifier of the user

token

: the token of the user