API for searching user details
API for searching user details
I have a search form along with First Name, Last Name, Email Address and Phone number fields.How to fetch the records according to the searched string in the form? Also all the fields are not mandatory.
Thanks.