Welcome to the User Registration API. Below you can find the available endpoints.
| Method | Endpoint | Description |
|---|---|---|
| POST | /users | Create a new user |
| GET | /users/{id} | Retrieve a user by ID |
| GET | /users?email=value | Filter user by email |
| PUT | /users/{id} | Update a user by ID |
| DELETE | /users/{id} | Delete a user by ID |