User Management

All Users (3)

+ Add New User

John Doe

john@example.com

Developer

Jane Smith

jane@example.com

Designer

Bob Johnson

bob@example.com

Manager

API Endpoints

This app also provides API endpoints for programmatic access:

  • GET /api/users - Get all users
  • GET /api/users/:id - Get specific user
  • POST /api/users - Create new user
  • PUT /api/users/:id - Update user
  • DELETE /api/users/:id - Delete user

Try the API →