Update Meeting Attendee Record
update_meeting_attendee_recordUpdate an existing meeting attendee record in Procore. Specify only the fields to change; unchanged fields remain. Requires meeting, project, and record IDs.
Instructions
Updates an existing meeting attendee record in Procore. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "meeting_attendee_record" in the request payload for you. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified meeting attendee record on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 | |
| status | No | JSON request body field — attendance status | |
| meeting_id | Yes | Query string parameter — unique identifier of the meeting | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| login_information_id | No | JSON request body field — the ID of the User to associate with the Meeting |