API Changelog
Release: February 24, 2026
Added
-
- User endpoints (v1): Permission groups support - assign company, department, and teams by name with optional auto-creation
-
- User endpoints (v1): PATCH endpoint for partial updates with timezone, locale, assignedLocations, and teams support
Improved
-
- User endpoints (v1): PUT endpoint now uses full replacement semantics - missing fields are reset to defaults
(Breaking)
Release: January 5, 2026
Added
-
- User endpoints (v2): CUID support - read, update, and delete users by customer unique ID
Release: November 25, 2025
Added
-
- Bookings endpoints (v2): 'checkOutForUser'
Release: November 3, 2025
Added
-
- New endpoint (v2): POST /v2/resource-bookings - Create resource bookings for a user
Release: November 1, 2025
Improved
-
- Booking endpoint read and list (v2): new field - 'comment' added to response to retrieve the comment of the booking
Release: October 29, 2025
Added
-
- Account endpoint (v1): 'permission-groups' to retrieve organizational structure
Improved
-
- User endpoints (v1): 'teams' array added to read and update responses
-
- User endpoint (v1): create endpoint - 'id' added to response to retrieve the id of the newly created user
Release: October 7, 2025
Added
-
- Bookings endpoints (v2): 'checkIn', 'checkInForUser', 'checkInForUserAllDay'