Create Meeting Attendee Record
create_meeting_attendee_recordLink a user to a meeting by creating an attendee record. Provide project and meeting IDs, with optional attendance status and user ID.
Instructions
Create a new Meeting Attendee record. This associates a user with a meeting. Use this to create a new Meetings in Procore. Creates a new Meetings and returns the created object on success (HTTP 201). Required parameters: project_id, meeting_id. Procore API: Project Management > Meetings. Endpoint: POST /rest/v1.0/meeting_attendee_records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| meeting_id | Yes | Query string parameter — unique identifier of the meeting | |
| 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 |