get
Potential
Members
@Query(value = ""SELECT " + IDENTIFIER_KEY + "," + PROFILE_PIC_KEY + "," + NAME_KEY + "," + SURNAME_KEY + ","
+ EMAIL_KEY + "," + TAG_NAME_KEY + " FROM " + USERS_KEY +
_WHERE_ + IDENTIFIER_KEY + "!=:" + IDENTIFIER_KEY",
nativeQuery = true
)
Method to execute the query to get the potential members for a team
Return
Parameters
userId
The identifier of the user to not fetch