Types
SyncUserWorkingHoursInput
input
SyncUserWorkingHoursInputFields
userId
ID
The user to configure working hours for. Optional for human callers (defaults to the acting user), but required when calling with a machine user (API key) token.
timezone
String!
required
The timezone for the working hours slots.
isEnabled
Boolean!
required
Whether automatic status switching should be enabled.
slots
required
The time slots that define when the user is available.

