Forum Discussion

PatoSalazar's avatar
9 years ago

Query to find word in login field in Users Resource API V2

Hi,   I am trying to create a query in where I can search for a cetain term inside the login property in the users resource.   So i just realize that I can't use MATCHES here and the following qu...
  • DougS's avatar
    9 years ago

    We don't yet have support for MATCHES on the login field in v2. For now you can use v1 user search to do the search you want. Here is an example query:

     

    http://yourcommunity.lithium.com/restapi/vc/search/users?q=foo&f=*login*

    -Doug