I\'m creating a RESTful API for creating users that enforces unique email addresses:
Successful POST /users: HTTP 201 Created
POST /users
HTTP 201 Created
If I
I often use the (WebDAV extension) HTTP 422 Unprocessable Entity:
HTTP 422
The request was well-formed but was unable to be followed due to semantic errors