I have a multi-step registration process and I would like to check if a email address has been used prior to posting a registration request. The documentation for content types says GET /api/restaurants?name=mcdonalds , but this pattern doesn’t seem to work for GET /api/users?email=some@email.com. Am I missing a something?