# New auto_add_meeting_participants API request, response, and webhook fields ## Changed - New `auto_add_meeting_participants` request field in the following **Meetings** APIs: - `POST /v2/users/{userId}/meetings` - `POST /v2/accounts/{accountId}/users/{userId}/meetings` - `PATCH /v2/meetings/{meetingId}` - `PATCH /v2/accounts/{accountId}/meetings/{meetingId}` - New `auto_add_meeting_participants` response field in the following **Meetings** APIs: - `POST /v2/users/{userId}/meetings` - `POST /v2/accounts/{accountId}/users/{userId}/meetings` - `GET /v2/meetings/{meetingId}` - `GET /v2/accounts/{accountId}/meetings/{meetingId}` - New `auto_add_meeting_participants` field in the following **Meetings** webhook events: - `meeting.updated`