Calendar
Create Specific User Availability
Create a new availability rule for a specific user.
- user_id: The ID of the user to create availability for
- day_of_week: Day of the week (monday, tuesday, etc.)
- start_time: Start time (e.g., "09:00:00")
- end_time: End time (e.g., "17:00:00")
Multiple availability rules can exist for the same day to represent split schedules. Only accessible by users in the same customer.
post/calendars/users/{user_id}/availability
Path parameters
user_idstring uuid required
Request body
Response
Successful Response