create_meeting_attendee_record
Add attendees to Procore meeting records by specifying project ID, meeting ID, attendance status, and user information to maintain accurate participation tracking.
Instructions
Create meeting attendee record. [Project Management/Meetings] POST /rest/v1.0/meeting_attendee_records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| meeting_id | Yes | ID of the Meeting | |
| status | No | Attendance status | |
| login_information_id | No | The ID of the User to associate with the Meeting |