@@ -7789,11 +7789,11 @@ paths:
77897789 delete:
77907790 tags:
77917791 - solutions.virtualEventsRoot
7792- summary: Delete meetingRegistration
7793- description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer . This API is available in the following national cloud deployments.
7792+ summary: Delete externalMeetingRegistration
7793+ description: Disable and delete the externalMeetingRegistration of an onlineMeeting. This API is available in the following national cloud deployments.
77947794 externalDocs:
77957795 description: Find more info here
7796- url: https://learn.microsoft.com/graph/api/meetingregistration -delete?view=graph-rest-1.0
7796+ url: https://learn.microsoft.com/graph/api/externalmeetingregistration -delete?view=graph-rest-1.0
77977797 operationId: solution.virtualEvent.event.session_DeleteRegistration
77987798 parameters:
77997799 - name: virtualEvent-id
@@ -13327,11 +13327,11 @@ paths:
1332713327 delete:
1332813328 tags:
1332913329 - solutions.virtualEventsRoot
13330- summary: Delete meetingRegistration
13331- description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer . This API is available in the following national cloud deployments.
13330+ summary: Delete externalMeetingRegistration
13331+ description: Disable and delete the externalMeetingRegistration of an onlineMeeting. This API is available in the following national cloud deployments.
1333213332 externalDocs:
1333313333 description: Find more info here
13334- url: https://learn.microsoft.com/graph/api/meetingregistration -delete?view=graph-rest-1.0
13334+ url: https://learn.microsoft.com/graph/api/externalmeetingregistration -delete?view=graph-rest-1.0
1333513335 operationId: solution.virtualEvent.webinar.session_DeleteRegistration
1333613336 parameters:
1333713337 - name: virtualEventWebinar-id
@@ -14861,6 +14861,205 @@ paths:
1486114861 $ref: '#/components/responses/ODataCountResponse'
1486214862 default:
1486314863 $ref: '#/components/responses/error'
14864+ '/solutions/virtualEvents/webinars/microsoft.graph.getByUserIdAndRole(userId=''{userId}'',role=''{role}'')':
14865+ get:
14866+ tags:
14867+ - solutions.Functions
14868+ summary: Invoke function getByUserIdAndRole
14869+ operationId: solution.virtualEvent.webinar_getGraphBPreUserIdAndRole
14870+ parameters:
14871+ - name: userId
14872+ in: path
14873+ description: 'Usage: userId=''{userId}'''
14874+ required: true
14875+ style: simple
14876+ schema:
14877+ type: string
14878+ - name: role
14879+ in: path
14880+ description: 'Usage: role=''{role}'''
14881+ required: true
14882+ style: simple
14883+ schema:
14884+ type: string
14885+ - $ref: '#/components/parameters/top'
14886+ - $ref: '#/components/parameters/skip'
14887+ - $ref: '#/components/parameters/search'
14888+ - $ref: '#/components/parameters/filter'
14889+ - $ref: '#/components/parameters/count'
14890+ - name: $select
14891+ in: query
14892+ description: Select properties to be returned
14893+ style: form
14894+ explode: false
14895+ schema:
14896+ uniqueItems: true
14897+ type: array
14898+ items:
14899+ enum:
14900+ - id
14901+ - createdBy
14902+ - description
14903+ - displayName
14904+ - endDateTime
14905+ - startDateTime
14906+ - status
14907+ - audience
14908+ - coOrganizers
14909+ - presenters
14910+ - sessions
14911+ - registrationConfiguration
14912+ - registrations
14913+ type: string
14914+ - name: $orderby
14915+ in: query
14916+ description: Order items by property values
14917+ style: form
14918+ explode: false
14919+ schema:
14920+ uniqueItems: true
14921+ type: array
14922+ items:
14923+ enum:
14924+ - id
14925+ - id desc
14926+ - createdBy
14927+ - createdBy desc
14928+ - description
14929+ - description desc
14930+ - displayName
14931+ - displayName desc
14932+ - endDateTime
14933+ - endDateTime desc
14934+ - startDateTime
14935+ - startDateTime desc
14936+ - status
14937+ - status desc
14938+ - audience
14939+ - audience desc
14940+ - coOrganizers
14941+ - coOrganizers desc
14942+ type: string
14943+ responses:
14944+ 2XX:
14945+ description: Success
14946+ content:
14947+ application/json:
14948+ schema:
14949+ title: Collection of virtualEventWebinar
14950+ type: object
14951+ properties:
14952+ value:
14953+ type: array
14954+ items:
14955+ $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar'
14956+ '@odata.nextLink':
14957+ type: string
14958+ nullable: true
14959+ additionalProperties:
14960+ type: object
14961+ default:
14962+ $ref: '#/components/responses/error'
14963+ x-ms-docs-operation-type: function
14964+ x-ms-pageable:
14965+ nextLinkName: '@odata.nextLink'
14966+ operationName: listMore
14967+ '/solutions/virtualEvents/webinars/microsoft.graph.getByUserRole(role=''{role}'')':
14968+ get:
14969+ tags:
14970+ - solutions.Functions
14971+ summary: Invoke function getByUserRole
14972+ operationId: solution.virtualEvent.webinar_getGraphBPreUserRole
14973+ parameters:
14974+ - name: role
14975+ in: path
14976+ description: 'Usage: role=''{role}'''
14977+ required: true
14978+ style: simple
14979+ schema:
14980+ type: string
14981+ - $ref: '#/components/parameters/top'
14982+ - $ref: '#/components/parameters/skip'
14983+ - $ref: '#/components/parameters/search'
14984+ - $ref: '#/components/parameters/filter'
14985+ - $ref: '#/components/parameters/count'
14986+ - name: $select
14987+ in: query
14988+ description: Select properties to be returned
14989+ style: form
14990+ explode: false
14991+ schema:
14992+ uniqueItems: true
14993+ type: array
14994+ items:
14995+ enum:
14996+ - id
14997+ - createdBy
14998+ - description
14999+ - displayName
15000+ - endDateTime
15001+ - startDateTime
15002+ - status
15003+ - audience
15004+ - coOrganizers
15005+ - presenters
15006+ - sessions
15007+ - registrationConfiguration
15008+ - registrations
15009+ type: string
15010+ - name: $orderby
15011+ in: query
15012+ description: Order items by property values
15013+ style: form
15014+ explode: false
15015+ schema:
15016+ uniqueItems: true
15017+ type: array
15018+ items:
15019+ enum:
15020+ - id
15021+ - id desc
15022+ - createdBy
15023+ - createdBy desc
15024+ - description
15025+ - description desc
15026+ - displayName
15027+ - displayName desc
15028+ - endDateTime
15029+ - endDateTime desc
15030+ - startDateTime
15031+ - startDateTime desc
15032+ - status
15033+ - status desc
15034+ - audience
15035+ - audience desc
15036+ - coOrganizers
15037+ - coOrganizers desc
15038+ type: string
15039+ responses:
15040+ 2XX:
15041+ description: Success
15042+ content:
15043+ application/json:
15044+ schema:
15045+ title: Collection of virtualEventWebinar
15046+ type: object
15047+ properties:
15048+ value:
15049+ type: array
15050+ items:
15051+ $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar'
15052+ '@odata.nextLink':
15053+ type: string
15054+ nullable: true
15055+ additionalProperties:
15056+ type: object
15057+ default:
15058+ $ref: '#/components/responses/error'
15059+ x-ms-docs-operation-type: function
15060+ x-ms-pageable:
15061+ nextLinkName: '@odata.nextLink'
15062+ operationName: listMore
1486415063components:
1486515064 schemas:
1486615065 microsoft.graph.bookingBusiness:
@@ -15841,7 +16040,7 @@ components:
1584116040 $ref: '#/components/schemas/microsoft.graph.virtualEventAttendeeRegistrationStatus'
1584216041 userId:
1584316042 type: string
15844- description: The registrant's ID in Azure Active Directory (Azure AD) . Only appears when the registrant is registered in Azure AD .
16043+ description: The registrant's ID in Microsoft Entra ID . Only appears when the registrant is registered in Microsoft Entra ID .
1584516044 nullable: true
1584616045 sessions:
1584716046 type: array
0 commit comments