openapi: 3.1.0 info: title: Microsoft Graph External description: Needs a description. paths: /external: description: Provides operations to manage the external singleton. get: tags: - External.external summary: Microsoft Graph Get external operationId: external.external.GetExternal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.external 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - External.external summary: Microsoft Graph Update external operationId: external.external.UpdateExternal requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.external 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /external/connections: description: >- Provides operations to manage the connections property of the microsoft.graph.externalConnectors.external entity. get: tags: - external.externalConnection summary: Microsoft Graph List externalConnections description: Get a list of the externalConnection objects and their properties. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0 operationId: external.ListConnections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.externalConnectors.externalConnectionCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Microsoft Graph Create externalConnection description: Create a new externalConnection object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0 operationId: external.CreateConnections requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalConnection required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalConnection 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /external/connections/{externalConnection-id}: description: >- Provides operations to manage the connections property of the microsoft.graph.externalConnectors.external entity. get: tags: - external.externalConnection summary: Microsoft Graph Get externalConnection description: Read the properties and relationships of an externalConnection object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0 operationId: external.GetConnections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalConnection 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Microsoft Graph Update externalConnection description: Update the properties of an externalConnection object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0 operationId: external.UpdateConnections requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalConnection required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalConnection 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Microsoft Graph Delete externalConnection description: Deletes an externalConnection object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0 operationId: external.DeleteConnections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /external/connections/{externalConnection-id}/groups: description: >- Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Microsoft Graph Get externalGroup description: Get an externalGroup object. operationId: external.connections.ListGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.externalConnectors.externalGroupCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Microsoft Graph Create externalGroup description: Create a new externalGroup object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0 operationId: external.connections.CreateGroups requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalGroup required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalGroup 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /external/connections/{externalConnection-id}/groups/{externalGroup-id}: description: >- Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Microsoft Graph Get externalGroup description: Get an externalGroup object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0 operationId: external.connections.GetGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalGroup 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Microsoft Graph Update externalGroup description: Update the properties of an externalGroup object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0 operationId: external.connections.UpdateGroups requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalGroup required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalGroup 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Microsoft Graph Delete externalGroup description: Delete an externalGroup object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0 operationId: external.connections.DeleteGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup /external/connections/{externalConnection-id}/groups/{externalGroup-id}/members: description: >- Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. get: tags: - external.externalConnection summary: Microsoft Graph Get members from external description: >- A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. operationId: external.connections.groups.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.externalConnectors.identityCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Microsoft Graph Create identity description: Create an identity resource for a new member in an externalGroup. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0 operationId: external.connections.groups.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.identity 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup /external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}: description: >- Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. get: tags: - external.externalConnection summary: Microsoft Graph Get members from external description: >- A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members. operationId: external.connections.groups.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.identity 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Microsoft Graph Update the navigation property members in external operationId: external.connections.groups.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.identity 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Microsoft Graph Delete identity description: >- Delete an identity resource to remove the corresponding member from an externalGroup. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0 operationId: external.connections.groups.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup - name: identity-id in: path description: The unique identifier of identity required: true schema: type: string x-ms-docs-key-type: identity /external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count: description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Microsoft Graph Get the number of the resource operationId: external.connections.groups.members.GetCount-482b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup /external/connections/{externalConnection-id}/groups/$count: description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Microsoft Graph Get the number of the resource operationId: external.connections.groups.GetCount-51f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /external/connections/{externalConnection-id}/items: description: >- Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Microsoft Graph Get externalItem description: Read the properties and relationships of an externalItem object. operationId: external.connections.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.externalConnectors.externalItemCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Microsoft Graph Create new navigation property to items for external operationId: external.connections.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalItem required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalItem 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /external/connections/{externalConnection-id}/items/{externalItem-id}: description: >- Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Microsoft Graph Get externalItem description: Read the properties and relationships of an externalItem object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0 operationId: external.connections.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalItem 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - external.externalConnection summary: Microsoft Graph Create externalItem description: Create a new externalItem object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0 operationId: external.connections.SetItems requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalItem required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalItem 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Microsoft Graph Delete externalItem description: Delete an externalItem object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0 operationId: external.connections.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem /external/connections/{externalConnection-id}/items/{externalItem-id}/activities: description: >- Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity. get: tags: - external.externalConnection summary: Microsoft Graph Get activities from external description: Returns a list of activities performed on the item. Write-only. operationId: external.connections.items.ListActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.externalConnectors.externalActivityCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Microsoft Graph Create new navigation property to activities for external operationId: external.connections.items.CreateActivities requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalActivity required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalActivity 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem /external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}: description: >- Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity. get: tags: - external.externalConnection summary: Microsoft Graph Get activities from external description: Returns a list of activities performed on the item. Write-only. operationId: external.connections.items.GetActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalActivity 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Microsoft Graph Update the navigation property activities in external operationId: external.connections.items.UpdateActivities requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalActivity required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalActivity 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Microsoft Graph Delete navigation property activities for external operationId: external.connections.items.DeleteActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem - name: externalActivity-id in: path description: The unique identifier of externalActivity required: true schema: type: string x-ms-docs-key-type: externalActivity /external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy: description: >- Provides operations to manage the performedBy property of the microsoft.graph.externalConnectors.externalActivity entity. get: tags: - external.externalConnection summary: Microsoft Graph Get performedBy from external description: >- Represents an identity used to identify who is responsible for the activity. operationId: external.connections.items.activities.GetPerformedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.identity 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem - name: externalActivity-id in: path description: The unique identifier of externalActivity required: true schema: type: string x-ms-docs-key-type: externalActivity /external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count: description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Microsoft Graph Get the number of the resource operationId: external.connections.items.activities.GetCount-d5b5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem /external/connections/{externalConnection-id}/items/{externalItem-id}/microsoft.graph.externalConnectors.addActivities: description: Provides operations to call the addActivities method. post: tags: - external.externalConnection summary: Microsoft Graph Invoke action addActivities description: >- Append additional instances of externalActivity objects on an externalItem. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalitem-addactivities?view=graph-rest-1.0 operationId: external.connections.externalConnection.items.externalItem.addActivities requestBody: description: Action parameters content: application/json: schema: type: object properties: activities: type: array items: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalActivity required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of externalActivityResult type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalActivityResult 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem /external/connections/{externalConnection-id}/items/$count: description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Microsoft Graph Get the number of the resource operationId: external.connections.items.GetCount-e4dc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /external/connections/{externalConnection-id}/operations: description: >- Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Microsoft Graph Get connectionOperation description: Read the properties and relationships of a connectionOperation object. operationId: external.connections.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.externalConnectors.connectionOperationCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Microsoft Graph Create new navigation property to operations for external operationId: external.connections.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.connectionOperation required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.connectionOperation 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /external/connections/{externalConnection-id}/operations/{connectionOperation-id}: description: >- Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Microsoft Graph Get connectionOperation description: Read the properties and relationships of a connectionOperation object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0 operationId: external.connections.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.connectionOperation 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Microsoft Graph Update the navigation property operations in external operationId: external.connections.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.connectionOperation required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.connectionOperation 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Microsoft Graph Delete navigation property operations for external operationId: external.connections.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: connectionOperation-id in: path description: The unique identifier of connectionOperation required: true schema: type: string x-ms-docs-key-type: connectionOperation /external/connections/{externalConnection-id}/operations/$count: description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Microsoft Graph Get the number of the resource operationId: external.connections.operations.GetCount-f5c4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /external/connections/{externalConnection-id}/schema: description: >- Provides operations to manage the schema property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Microsoft Graph Get schema description: Read the properties and relationships of a schema object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0 operationId: external.connections.GetSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Microsoft Graph Create or update schema description: >- Create a new or update an existing schema for a Microsoft Search connection. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0 operationId: external.connections.UpdateSchema requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /external/connections/$count: description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Microsoft Graph Get the number of the resource operationId: external.connections.GetCount-5ccf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /groups/{group-id}/sites/{site-id}/externalColumns: description: >- Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - Groups.site summary: Microsoft Graph Get externalColumns from groups operationId: groups.sites.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.columnDefinitionCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - >- /groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns /groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}: description: >- Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - Groups.site summary: Microsoft Graph Get externalColumns from groups operationId: groups.sites.GetExternalColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition /groups/{group-id}/sites/{site-id}/externalColumns/$count: description: Provides operations to count the resources in the collection. get: tags: - Groups.site summary: Microsoft Graph Get the number of the resource operationId: groups.sites.externalColumns.GetCount-e0e3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site /groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns: description: >- Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - Groups.site summary: Microsoft Graph Get externalColumns from groups operationId: groups.sites.getByPath.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.columnDefinitionCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - /groups/{group-id}/sites/{site-id}/externalColumns /identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors: description: >- Provides operations to manage the externalSponsors property of the microsoft.graph.connectedOrganization entity. get: tags: - identityGovernance.entitlementManagement summary: Microsoft Graph Get externalSponsors from identityGovernance operationId: >- identityGovernance.entitlementManagement.connectedOrganizations.ListExternalSponsors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.directoryObjectCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization ? /identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref : description: >- Provides operations to manage the collection of identityGovernance entities. delete: tags: - identityGovernance.entitlementManagement summary: Microsoft Graph Remove externalSponsors description: >- Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0 operationId: >- identityGovernance.entitlementManagement.connectedOrganizations.externalSponsors.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Microsoft Graph Get the number of the resource operationId: >- identityGovernance.entitlementManagement.connectedOrganizations.externalSponsors.GetCount-3513 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization /identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref: description: >- Provides operations to manage the collection of identityGovernance entities. get: tags: - identityGovernance.entitlementManagement summary: Microsoft Graph Get ref of externalSponsors from identityGovernance operationId: >- identityGovernance.entitlementManagement.connectedOrganizations.ListRefExternalSponsors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Microsoft Graph Add externalSponsors description: >- Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0 operationId: >- identityGovernance.entitlementManagement.connectedOrganizations.CreateRefExternalSponsors requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Microsoft Graph Remove externalSponsors description: >- Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0 operationId: >- identityGovernance.entitlementManagement.connectedOrganizations.DeleteRefExternalSponsors parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization /sites/{site-id}/externalColumns: description: >- Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Microsoft Graph Get externalColumns from sites operationId: sites.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.columnDefinitionCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - /sites/{site-id}/getByPath(path='{path}')/externalColumns /sites/{site-id}/externalColumns/{columnDefinition-id}: description: >- Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Microsoft Graph Get externalColumns from sites operationId: sites.GetExternalColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition /sites/{site-id}/externalColumns/$count: description: Provides operations to count the resources in the collection. get: tags: - sites.columnDefinition summary: Microsoft Graph Get the number of the resource operationId: sites.externalColumns.GetCount-3855 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site /sites/{site-id}/getByPath(path='{path}')/externalColumns: description: >- Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Microsoft Graph Get externalColumns from sites operationId: sites.getByPath.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.columnDefinitionCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - /sites/{site-id}/externalColumns components: schemas: microsoft.graph.externalConnectors.external: title: external required: - '@odata.type' type: object properties: connections: type: array items: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.externalConnection x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.externalConnectors.identity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: identity required: - '@odata.type' type: object properties: type: anyOf: - $ref: >- #/components/schemas/microsoft.graph.externalConnectors.identityType - type: object nullable: true description: >- The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.externalConnectors.identity' BaseCollectionPaginationCountResponse: title: Base collection pagination and count responses type: object properties: '@odata.count': type: integer format: int64 nullable: true '@odata.nextLink': type: string nullable: true microsoft.graph.externalConnectors.schema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: schema required: - '@odata.type' type: object properties: baseType: type: string description: >- Must be set to microsoft.graph.externalConnector.externalItem. Required. properties: type: array items: $ref: >- #/components/schemas/microsoft.graph.externalConnectors.property description: >- The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.externalConnectors.schema' microsoft.graph.columnDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: columnDefinition required: - '@odata.type' type: object properties: boolean: anyOf: - $ref: '#/components/schemas/microsoft.graph.booleanColumn' - type: object nullable: true description: This column stores Boolean values. calculated: anyOf: - $ref: '#/components/schemas/microsoft.graph.calculatedColumn' - type: object nullable: true description: This column's data is calculated based on other columns. choice: anyOf: - $ref: '#/components/schemas/microsoft.graph.choiceColumn' - type: object nullable: true description: This column stores data from a list of choices. columnGroup: type: string description: >- For site columns, the name of the group this column belongs to. Helps organize related columns. nullable: true contentApprovalStatus: anyOf: - $ref: >- #/components/schemas/microsoft.graph.contentApprovalStatusColumn - type: object nullable: true description: This column stores content approval status. currency: anyOf: - $ref: '#/components/schemas/microsoft.graph.currencyColumn' - type: object nullable: true description: This column stores currency values. dateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeColumn' - type: object nullable: true description: This column stores DateTime values. defaultValue: anyOf: - $ref: '#/components/schemas/microsoft.graph.defaultColumnValue' - type: object nullable: true description: The default value for this column. description: type: string description: The user-facing description of the column. nullable: true displayName: type: string description: The user-facing name of the column. nullable: true enforceUniqueValues: type: boolean description: >- If true, no two list items may have the same value for this column. nullable: true geolocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.geolocationColumn' - type: object nullable: true description: This column stores a geolocation. hidden: type: boolean description: Specifies whether the column is displayed in the user interface. nullable: true hyperlinkOrPicture: anyOf: - $ref: >- #/components/schemas/microsoft.graph.hyperlinkOrPictureColumn - type: object nullable: true description: This column stores hyperlink or picture values. indexed: type: boolean description: >- Specifies whether the column values can be used for sorting and searching. nullable: true isDeletable: type: boolean description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean description: >- Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean description: Specifies whether the column can be changed. nullable: true lookup: anyOf: - $ref: '#/components/schemas/microsoft.graph.lookupColumn' - type: object nullable: true description: This column's data is looked up from another source in the site. name: type: string description: >- The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName. nullable: true number: anyOf: - $ref: '#/components/schemas/microsoft.graph.numberColumn' - type: object nullable: true description: This column stores number values. personOrGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' - type: object nullable: true description: This column stores Person or Group values. propagateChanges: type: boolean description: >- If 'true', changes to this column will be propagated to lists that implement the column. nullable: true readOnly: type: boolean description: Specifies whether the column values can be modified. nullable: true required: type: boolean description: Specifies whether the column value isn't optional. nullable: true sourceContentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' - type: object nullable: true description: >- ContentType from which this column is inherited from. Present only in contentTypes columns response. Read-only. term: anyOf: - $ref: '#/components/schemas/microsoft.graph.termColumn' - type: object nullable: true description: This column stores taxonomy terms. text: anyOf: - $ref: '#/components/schemas/microsoft.graph.textColumn' - type: object nullable: true description: This column stores text values. thumbnail: anyOf: - $ref: '#/components/schemas/microsoft.graph.thumbnailColumn' - type: object nullable: true description: This column stores thumbnail values. type: anyOf: - $ref: '#/components/schemas/microsoft.graph.columnTypes' - type: object nullable: true description: For site columns, the type of column. Read-only. validation: anyOf: - $ref: '#/components/schemas/microsoft.graph.columnValidation' - type: object nullable: true description: >- This column stores validation formula and message for the column. sourceColumn: anyOf: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - type: object nullable: true description: The source column for the content type column. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.columnDefinition' parameters: top: name: $top in: query description: Show only the first n items style: form explode: false schema: minimum: 0 type: integer example: 50 skip: name: $skip in: query description: Skip the first n items style: form explode: false schema: minimum: 0 type: integer search: name: $search in: query description: Search items by search phrases style: form explode: false schema: type: string filter: name: $filter in: query description: Filter items by property values style: form explode: false schema: type: string count: name: $count in: query description: Include count of items style: form explode: false schema: type: boolean examples: {} responses: error: description: error content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' ODataCountResponse: description: The count of the resource content: text/plain: schema: $ref: '#/components/schemas/ODataCountResponse' StringCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/StringCollectionResponse' tags: - name: External.external - name: external.externalConnection - name: Groups.site - name: identityGovernance.entitlementManagement - name: sites.columnDefinition