Hi,
Does anyone know if EasyProfile support retrieve user profile via the custom field, say Membership_ID. I have this custom field created and I would like to retrieve the user profile via PHP code.
I understand there is JsnUser object which only retrieve user profile via id_of_user
$user=new JsnUser(<id_of_user>
How am I able to retrieve user object via custom field.
Thanks,
Dennis