CF Workers CRUD API

Interactive API Documentation

Online
⚠ Required for API calls
GET/api/usersList all users
GET/api/users/:idGet a users by ID
POST/api/usersCreate a new users
PUT/api/users/:idReplace a users
PATCH/api/users/:idPartially update a users
DELETE/api/users/:idDelete a users