Update Meeting Attendee Record
update_meeting_attendee_recordUpdate an existing meeting attendee record by modifying specified fields such as status or associated user. Requires meeting ID, project ID, and attendee record ID.
Instructions
Update meeting attendee record. Use this to update an existing Meetings (only the supplied fields are changed). Updates the specified Meetings and returns the modified object on success. Required parameters: meeting_id, project_id, id. Procore API: Project Management > Meetings. Endpoint: PATCH /rest/v1.0/meeting_attendee_records/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Meeting Attendee record | |
| meeting_id | Yes | Query string parameter — unique identifier of the meeting | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| status | No | JSON request body field — attendance status | |
| login_information_id | No | JSON request body field — the ID of the User to associate with the Meeting |