API Changelog
Release: May 7, 2026
Added
-
- Resource booking endpoints (v2): cateringServiceText field added to read responses
Release: May 6, 2026
Added
-
- Resource booking list endpoint (v2): optional startDate and endDate query parameters for date range filtering
-
- New endpoint (v1): GET /v1/resource/favorite/list/{userId} - List a user's favorite resources
Release: April 1, 2026
Added
-
- User Presences endpoint: Added booking comment field to the response
Release: March 30, 2026
Added
-
- New endpoint (v1): PUT /v1/user/{id}/day-status - Change user status for a specific date
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'