Skip to main content

MeetingParticipantPatch

Represents an update to a MeetingParticipant. Fields that are set will be updated.

input MeetingParticipantPatch {
id: String
workspaceId: String
meetingId: String
name: String
email: String
companyName: String
isHostCompany: Boolean
providerUserId: String
workspaceAccountId: String
deletedAt: Datetime
createdAt: Datetime
isHost: Boolean
}

Fields

MeetingParticipantPatch.id ● String scalar

MeetingParticipantPatch.workspaceId ● String scalar

MeetingParticipantPatch.meetingId ● String scalar

MeetingParticipantPatch.name ● String scalar

MeetingParticipantPatch.email ● String scalar

MeetingParticipantPatch.companyName ● String scalar

MeetingParticipantPatch.isHostCompany ● Boolean scalar

MeetingParticipantPatch.providerUserId ● String scalar

MeetingParticipantPatch.workspaceAccountId ● String scalar

MeetingParticipantPatch.deletedAt ● Datetime scalar

MeetingParticipantPatch.createdAt ● Datetime scalar

MeetingParticipantPatch.isHost ● Boolean scalar

Member Of

UpdateMeetingParticipantByNodeIdInput input ● UpdateMeetingParticipantInput input