Multi condition in oslc.where is returing 400 error While querying RTC with the OSLC REST by the work item creator
![](http://jazz.net/_images/myphoto/57f3b07386fcd3621e7f76e5f8cca573.jpg)
https://jazz...com:<port>/jazz/oslc/contexts/<Project Area>/workitems?oslc.select=dcterms:subject,dcterms:creator&oslc.where=dcterms:created=%222017-07-21T09:15:53.377Z%22%20and%20dcterms:creator=%22susan%40in.ss.com%22
2 answers
![](http://jazz.net/_images/myphoto/57f3b07386fcd3621e7f76e5f8cca573.jpg)
The value of the OSLC property dcterms:creator (attribute "Created By") has to be in the form of a resource URI, such as "https://clm.example.com/jts/users/wasadmin".
Comments
![](http://jazz.net/_images/myphoto/57f3b07386fcd3621e7f76e5f8cca573.jpg)
Hi Donald Nong, can you share as to how we can filter the work items by UserID or Mail id ??
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
The URL is exactly the same as yours but with a different value for the user. So you will first need to find out the user resource URI for "susan" - let's say it's "https://jazz.com/jazz/users/susan". Then you append the user to "dcterms:creator=". The error that you previously got basically says you specified an invalid user value.