Here is the list of available endpoints under /users/
for our user management service:
- GET /users/endpoint_list: This is the current page you are viewing, providing an overview of all available endpoints.
- POST /users/login: To authenticate and log into the system.
- GET /users/profile: Retrieve detailed information about the logged-in user.
- PUT /users/profile: Update the profile information of the logged-in user.
- DELETE /users/logout: Log out the currently logged-in user.
For more information on each endpoint, you can visit our endpoint documentation.
User Management