Self Scheduling API - Added Meeting Host ID
June 17th, 2025
Description
Introduced a new field to the Self Scheduling API called meetingHostId
. It shows the person who will act as the host for interviews created from self schedule. The host identity will be used to create calendar events and video meetings.
It will be returned if the self schedule has been created with meeting host configured, otherwise it will be null.
It is added to responses of the following endpoints:
- https://developers.smartrecruiters.com/reference/getapplicationselfschedule
- https://developers.smartrecruiters.com/reference/getselfschedule
- https://developers.smartrecruiters.com/reference/searchselfschedules
Impact
This enhancement is backward-compatible and does not require any changes to existing client implementations.