Is it possible with the RESTFul API in Sage CRM to search for a user ID by the email address? I have tried both of the below but neither work:
swr-apps/.../vusers(user_emailaddress eq '[email protected]')
swr-apps/.../user(user_emailaddress eq '[email protected]')
Both return the error: "Resource kind does not exist."
Is it possible to do this? If so what URL should I be using?