Calendar

Update Specific User Availability

Update an availability rule for a specific user.

  • user_id: The ID of the user
  • availability_id: The ID of the availability rule to update
  • day_of_week: Optional new day of the week
  • start_time: Optional new start time
  • end_time: Optional new end time

Only accessible by users in the same customer.

patch/calendars/users/{user_id}/availability/{availability_id}

Path parameters

user_idstring uuid required
availability_idstring uuid required

Request body

day_of_week'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday'

Day of week enum

start_timestring time nullable
end_timestring time nullable

Response

Successful Response

availability_idstring uuid required
user_idstring uuid required
day_of_week'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday' required

Day of week enum

start_timestring time required
end_timestring time required

Changes