Invoke-MgBetaCreateOrGetUserOnlineMeeting
Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID.
Note
To view the v1.0 release of this cmdlet, view Invoke-MgCreateOrGetUserOnlineMeeting
Syntax
Invoke-MgBetaCreateOrGetUserOnlineMeeting
-UserId <String>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-ChatInfo <IMicrosoftGraphChatInfo>]
[-EndDateTime <DateTime>]
[-ExternalId <String>]
[-Participants <IMicrosoftGraphMeetingParticipants>]
[-StartDateTime <DateTime>]
[-Subject <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-MgBetaCreateOrGetUserOnlineMeeting
-UserId <String>
-BodyParameter <IPaths1H47062UsersUserIdOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-MgBetaCreateOrGetUserOnlineMeeting
-InputObject <IUsersActionsIdentity>
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-ChatInfo <IMicrosoftGraphChatInfo>]
[-EndDateTime <DateTime>]
[-ExternalId <String>]
[-Participants <IMicrosoftGraphMeetingParticipants>]
[-StartDateTime <DateTime>]
[-Subject <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Invoke-MgBetaCreateOrGetUserOnlineMeeting
-InputObject <IUsersActionsIdentity>
-BodyParameter <IPaths1H47062UsersUserIdOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID.
Examples
Example 1: Create or get an online meeting with an external ID
Import-Module Microsoft.Graph.Beta.Users.Actions
$params = @{
startDateTime = [System.DateTime]::Parse("2020-02-06T01:49:21.3524945+00:00")
endDateTime = [System.DateTime]::Parse("2020-02-06T02:19:21.3524945+00:00")
subject = "Create a meeting with customId provided"
externalId = "7eb8263f-d0e0-4149-bb1c-1f0476083c56"
participants = @{
attendees = @(
@{
identity = @{
user = @{
id = "1f35f2e6-9cab-44ad-8d5a-b74c14720000"
}
}
role = "presenter"
upn = "[email protected]"
}
)
}
}
# A UPN can also be used as -UserId.
Invoke-MgBetaCreateOrGetUserOnlineMeeting -UserId $userId -BodyParameter $params
This example will create or get an online meeting with an external id
Example 2: Create or get an online meeting in a Microsoft Teams channel with an external ID
Import-Module Microsoft.Graph.Beta.Users.Actions
$params = @{
chatInfo = @{
threadId = "19:[email protected]"
}
startDateTime = [System.DateTime]::Parse("2020-02-06T01:49:21.3524945+00:00")
endDateTime = [System.DateTime]::Parse("2020-02-06T02:19:21.3524945+00:00")
externalId = "7eb8263f-d0e0-4149-bb1c-1f0476083c56"
participants = @{
attendees = @(
@{
identity = @{
user = @{
id = "1f35f2e6-9cab-44ad-8d5a-b74c14720000"
}
}
upn = "[email protected]"
}
)
}
subject = "Create a meeting with customId provided"
}
# A UPN can also be used as -UserId.
Invoke-MgBetaCreateOrGetUserOnlineMeeting -UserId $userId -BodyParameter $params
This example will create or get an online meeting in a microsoft teams channel with an external id
Parameters
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IPaths1H47062UsersUserIdOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ChatInfo
chatInfo To construct, see NOTES section for CHATINFO properties and create a hash table.
Type: | IMicrosoftGraphChatInfo |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EndDateTime
.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ExternalId
.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Headers
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IUsersActionsIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Participants
meetingParticipants To construct, see NOTES section for PARTICIPANTS properties and create a hash table.
Type: | IMicrosoftGraphMeetingParticipants |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProgressAction
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StartDateTime
.
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Subject
.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UserId
The unique identifier of user
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.Beta.PowerShell.Models.IPaths1H47062UsersUserIdOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema
Microsoft.Graph.Beta.PowerShell.Models.IUsersActionsIdentity
System.Collections.IDictionary
Outputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphOnlineMeeting
Notes
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IPaths1H47062UsersUserIdOnlinemeetingsMicrosoftGraphCreateorgetPostRequestbodyContentApplicationJsonSchema>
: .
[(Any) <Object>]
: This indicates any property can be added to this object.[ChatInfo <IMicrosoftGraphChatInfo>]
: chatInfo[(Any) <Object>]
: This indicates any property can be added to this object.[MessageId <String>]
: The unique identifier for a message in a Microsoft Teams channel.[ReplyChainMessageId <String>]
: The ID of the reply message.[ThreadId <String>]
: The unique identifier for a thread in Microsoft Teams.
[EndDateTime <DateTime?>]
:[ExternalId <String>]
:[Participants <IMicrosoftGraphMeetingParticipants>]
: meetingParticipants[(Any) <Object>]
: This indicates any property can be added to this object.[Attendees <IMicrosoftGraphMeetingParticipantInfo-
[]>]
: Information of the meeting attendees.[Identity <IMicrosoftGraphIdentitySet>]
: identitySet[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
: The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.[Id <String>]
: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]
: identity[User <IMicrosoftGraphIdentity>]
: identity
[Role <String>]
: onlineMeetingRole[Upn <String>]
: User principal name of the participant.
[Contributors <IMicrosoftGraphMeetingParticipantInfo-
[]>]
: For broadcast meeting only.[Organizer <IMicrosoftGraphMeetingParticipantInfo>]
: meetingParticipantInfo[Producers <IMicrosoftGraphMeetingParticipantInfo-
[]>]
: For broadcast meeting only.
[StartDateTime <DateTime?>]
:[Subject <String>]
:
CHATINFO <IMicrosoftGraphChatInfo>
: chatInfo
[(Any) <Object>]
: This indicates any property can be added to this object.[MessageId <String>]
: The unique identifier for a message in a Microsoft Teams channel.[ReplyChainMessageId <String>]
: The ID of the reply message.[ThreadId <String>]
: The unique identifier for a thread in Microsoft Teams.
INPUTOBJECT <IUsersActionsIdentity>
: Identity Parameter
[AccessReviewInstanceId <String>]
: The unique identifier of accessReviewInstance[AccessReviewStageId <String>]
: The unique identifier of accessReviewStage[AppLogCollectionRequestId <String>]
: The unique identifier of appLogCollectionRequest[AuthenticationMethodId <String>]
: The unique identifier of authenticationMethod[CalendarId <String>]
: The unique identifier of calendar[ChatId <String>]
: The unique identifier of chat[ChatMessageId <String>]
: The unique identifier of chatMessage[ChatMessageId1 <String>]
: The unique identifier of chatMessage[CloudPcId <String>]
: The unique identifier of cloudPC[ContactFolderId <String>]
: The unique identifier of contactFolder[ContactFolderId1 <String>]
: The unique identifier of contactFolder[ContactId <String>]
: The unique identifier of contact[ContentTypeId <String>]
: The unique identifier of contentType[DeviceEnrollmentConfigurationId <String>]
: The unique identifier of deviceEnrollmentConfiguration[DeviceLogCollectionResponseId <String>]
: The unique identifier of deviceLogCollectionResponse[DocumentSetVersionId <String>]
: The unique identifier of documentSetVersion[DriveId <String>]
: The unique identifier of drive[DriveItemId <String>]
: The unique identifier of driveItem[DriveItemVersionId <String>]
: The unique identifier of driveItemVersion[EventId <String>]
: The unique identifier of event[EventId1 <String>]
: The unique identifier of event[JoinWebUrl <String>]
: Alternate key of onlineMeeting[ListItemId <String>]
: The unique identifier of listItem[ListItemVersionId <String>]
: The unique identifier of listItemVersion[MailFolderId <String>]
: The unique identifier of mailFolder[MailFolderId1 <String>]
: The unique identifier of mailFolder[ManagedDeviceId <String>]
: The unique identifier of managedDevice[MessageId <String>]
: The unique identifier of message[MobileAppTroubleshootingEventId <String>]
: The unique identifier of mobileAppTroubleshootingEvent[NotebookId <String>]
: The unique identifier of notebook[OnenotePageId <String>]
: The unique identifier of onenotePage[OnenoteSectionId <String>]
: The unique identifier of onenoteSection[OnlineMeetingId <String>]
: The unique identifier of onlineMeeting[OutlookTaskFolderId <String>]
: The unique identifier of outlookTaskFolder[OutlookTaskGroupId <String>]
: The unique identifier of outlookTaskGroup[OutlookTaskId <String>]
: The unique identifier of outlookTask[PermissionId <String>]
: The unique identifier of permission[PlannerPlanId <String>]
: The unique identifier of plannerPlan[SensitivityLabelId <String>]
: The unique identifier of sensitivityLabel[SubscriptionId <String>]
: The unique identifier of subscription[TeamsAppInstallationId <String>]
: The unique identifier of teamsAppInstallation[TodoTaskId <String>]
: The unique identifier of todoTask[TodoTaskListId <String>]
: The unique identifier of todoTaskList[UserId <String>]
: The unique identifier of user
PARTICIPANTS <IMicrosoftGraphMeetingParticipants>
: meetingParticipants
[(Any) <Object>]
: This indicates any property can be added to this object.[Attendees <IMicrosoftGraphMeetingParticipantInfo-
[]>]
: Information of the meeting attendees.[Identity <IMicrosoftGraphIdentitySet>]
: identitySet[(Any) <Object>]
: This indicates any property can be added to this object.[Application <IMicrosoftGraphIdentity>]
: identity[(Any) <Object>]
: This indicates any property can be added to this object.[DisplayName <String>]
: The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.[Id <String>]
: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.
[Device <IMicrosoftGraphIdentity>]
: identity[User <IMicrosoftGraphIdentity>]
: identity
[Role <String>]
: onlineMeetingRole[Upn <String>]
: User principal name of the participant.
[Contributors <IMicrosoftGraphMeetingParticipantInfo-
[]>]
: For broadcast meeting only.[Organizer <IMicrosoftGraphMeetingParticipantInfo>]
: meetingParticipantInfo[Producers <IMicrosoftGraphMeetingParticipantInfo-
[]>]
: For broadcast meeting only.