API is running! 🚀

Welcome to the User Registration API. Below you can find the available endpoints.

Available Endpoints

MethodEndpointDescription
POST/usersCreate a new user
GET/users/{id}Retrieve a user by ID
GET/users?email=valueFilter user by email
PUT/users/{id}Update a user by ID
DELETE/users/{id}Delete a user by ID