Updates the scheduled join time for a bot that was created with a future join time.
scheduled_join_time to a new date and time, and the bot will join the meeting at the newly specified time.
| Field | Type | Required | Description |
|---|---|---|---|
scheduled_join_time | string | Yes | ISO 8601 formatted datetime with timezone offset indicating when the bot should join the meeting |
scheduled_join_time must be in ISO 8601 format with timezone offset:
Format: YYYY-MM-DDTHH:mm:ss±HH:MM
Examples:
2025-11-09T16:00:00+05:30 (4:00 PM IST)2025-11-09T10:30:00-05:00 (10:30 AM EST)2025-11-09T15:00:00+00:00 (3:00 PM UTC)join_at parameter in the Create Bot endpointAll API endpoints are authenticated using API Keys. The key should be included in the 'Authorization' header, prefixed with 'Token '. Example: 'Authorization: Token YOUR_API_KEY'.
The BotID of the bot to reschedule.
ISO 8601 formatted datetime with timezone offset indicating when the bot should join the meeting