Create a new user in the collection.
Section: Resource-oriented routes
Create a resource
http
http
POST /usersExplanation
POST to a collection is the common create pattern. The server typically returns `201 Created` with the new representation or a location reference.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Resource-oriented routes