👥 Manage Users

Create, view, update, and delete users with role assignments

List All Users

GET
https://all-happy-events.swaadishthotels.com/api/users
Response

Create New User

POST
https://all-happy-events.swaadishthotels.com/api/users
Minimum 8 characters with mixed case and numbers
Hold Ctrl/Cmd to select multiple roles
Response

Update User

PUT
https://all-happy-events.swaadishthotels.com/api/users/{id}
Enter the user ID to update
Select roles to sync (replaces all existing roles)
Response

Delete User

DELETE
https://all-happy-events.swaadishthotels.com/api/users/{id}
Enter the user ID to delete
Response