Hello Pawan,
Thank you for your question.
- For the autorecord, you need to specify in the body: "recordAutomatically":true
Reference: recordAutomatically Boolean Indicates whether to record the meeting automatically.
https://learn.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-1.0
- For the attendance, it will be after the meeting.
Get the meetingAttendanceReport for an onlineMeeting. Each time an online meeting ends, an attendance report will be generated for that session.
Reference: Get meetingAttendancereport
If I answered your question, please upvote and accept it as an answer.