Meeting Participant endpoints (get and update)

Is your feature request related to a problem? Please describe.
Currently there is no way to programaticaly rename a participant in the meeting participant list. This would help me where I’d like to update dial-in participants numbers to be names (responding to a meeting join webhook call).

Describe the solution you’d like
An endpoint such as: POST /meetings/{meetingId}/participant/{participantId}

Where participantID is one of the identifies from the meeting.participant_joined webhook. This could alternatively be a PATCH. There would be a parameter in the body of the request to update the participants name.

Additionally a GET /meetings/{meetingId}/participant/{participantId} would be really handy - especially if it would provide the unmasked phone number (so phone numbers can remain masked in the participant list until update by POST / PATCH).

Describe alternatives you’ve considered