Re: [Dev] Filter user REST url -SCIM

2015-01-31 Thread Gayan Gunawardana
On Sat, Jan 31, 2015 at 8:04 AM, Ajith Vitharana aji...@wso2.com wrote: On Fri, Jan 30, 2015 at 8:59 PM, Isura Karunaratne is...@wso2.com wrote: Hi Ajith, On Sat, Jan 31, 2015 at 2:05 AM, Ajith Vitharana aji...@wso2.com wrote: Hi All The following REST invocation should be change to

[Dev] Filter user REST url -SCIM

2015-01-30 Thread Ajith Vitharana
Hi All The following REST invocation should be change to acceptable format. Why do we pass the username (adam) along with the userNameEq constant.? curl -v -k --user admin:admin https: //localhost:9443/wso2/scim/Users?filter=userNameEq*adam* Eg: curl -v -k --user admin:admin

Re: [Dev] Filter user REST url -SCIM

2015-01-30 Thread Isura Karunaratne
Hi Ajith, On Sat, Jan 31, 2015 at 2:05 AM, Ajith Vitharana aji...@wso2.com wrote: Hi All The following REST invocation should be change to acceptable format. Why do we pass the username (adam) along with the userNameEq constant.? Eq is the operator to check equal according to SCIM spec.

Re: [Dev] Filter user REST url -SCIM

2015-01-30 Thread Ajith Vitharana
On Fri, Jan 30, 2015 at 8:59 PM, Isura Karunaratne is...@wso2.com wrote: Hi Ajith, On Sat, Jan 31, 2015 at 2:05 AM, Ajith Vitharana aji...@wso2.com wrote: Hi All The following REST invocation should be change to acceptable format. Why do we pass the username (adam) along with the