openapi: 3.1.0 info: title: Microsoft Graph Storage description: Needs a description. paths: /me/settings/storage: description: >- Provides operations to manage the storage property of the microsoft.graph.userSettings entity. get: tags: - me.userSettings summary: Microsoft Graph Get storage from me operationId: me.settings.GetStorage 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.userStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Microsoft Graph Update the navigation property storage in me operationId: me.settings.UpdateStorage requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Microsoft Graph Delete navigation property storage for me operationId: me.settings.DeleteStorage 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 /me/settings/storage/quota: description: >- Provides operations to manage the quota property of the microsoft.graph.userStorage entity. get: tags: - me.userSettings summary: Microsoft Graph Get quota from me operationId: me.settings.storage.GetQuota 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.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Microsoft Graph Update the navigation property quota in me operationId: me.settings.storage.UpdateQuota requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Microsoft Graph Delete navigation property quota for me operationId: me.settings.storage.DeleteQuota 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 /me/settings/storage/quota/services: description: >- Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - me.userSettings summary: Microsoft Graph Get services from me operationId: me.settings.storage.quota.ListServices 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.serviceStorageQuotaBreakdownCollectionResponse 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: - me.userSettings summary: Microsoft Graph Create new navigation property to services for me operationId: me.settings.storage.quota.CreateServices requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}: description: >- Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - me.userSettings summary: Microsoft Graph Get services from me operationId: me.settings.storage.quota.GetServices 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.serviceStorageQuotaBreakdown 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Microsoft Graph Update the navigation property services in me operationId: me.settings.storage.quota.UpdateServices requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Microsoft Graph Delete navigation property services for me operationId: me.settings.storage.quota.DeleteServices 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: serviceStorageQuotaBreakdown-id in: path description: The unique identifier of serviceStorageQuotaBreakdown required: true schema: type: string x-ms-docs-key-type: serviceStorageQuotaBreakdown /me/settings/storage/quota/services/$count: description: Provides operations to count the resources in the collection. get: tags: - me.userSettings summary: Microsoft Graph Get the number of the resource operationId: me.settings.storage.quota.services.GetCount-07a3 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' /storage: description: Provides operations to manage the storage singleton. get: tags: - Storage.storage summary: Microsoft Graph Get storage operationId: storage.storage.GetStorage 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.storage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - Storage.storage summary: Microsoft Graph Update storage operationId: storage.storage.UpdateStorage requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /storage/fileStorage: description: >- Provides operations to manage the fileStorage property of the microsoft.graph.storage entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get fileStorage from storage operationId: storage.GetFileStorage 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.fileStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property fileStorage in storage operationId: storage.UpdateFileStorage requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property fileStorage for storage operationId: storage.DeleteFileStorage 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 /storage/fileStorage/containers: description: >- Provides operations to manage the containers property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage summary: Microsoft Graph List containers description: >- Get a list of fileStorageContainer objects that are accessible to a caller. The containerTypeId filter parameter is required. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/filestorage-list-containers?view=graph-rest-1.0 operationId: storage.fileStorage.ListContainers 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.fileStorageContainerCollectionResponse 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: - storage.fileStorage summary: Microsoft Graph Create fileStorageContainer description: >- Create a new fileStorageContainer object. The container type identified by containerTypeId must be registered in the tenant. For delegated calls, the calling user is set as the owner of the fileStorageContainer. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/filestoragecontainer-post?view=graph-rest-1.0 operationId: storage.fileStorage.CreateContainers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /storage/fileStorage/containers/{fileStorageContainer-id}: description: >- Provides operations to manage the containers property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get containers from storage operationId: storage.fileStorage.GetContainers 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.fileStorageContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property containers in storage operationId: storage.fileStorage.UpdateContainers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property containers for storage operationId: storage.fileStorage.DeleteContainers 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/columns: description: >- Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get columns from storage operationId: storage.fileStorage.containers.ListColumns 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 post: tags: - storage.fileStorage summary: Microsoft Graph Create new navigation property to columns for storage operationId: storage.fileStorage.containers.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns /storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}: description: >- Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get columns from storage operationId: storage.fileStorage.containers.GetColumns 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 patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property columns in storage operationId: storage.fileStorage.containers.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success 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 delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property columns for storage operationId: storage.fileStorage.containers.DeleteColumns 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id} /storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn: description: >- Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get sourceColumn from storage description: The source column for the content type column. operationId: storage.fileStorage.containers.columns.GetSourceColumn 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn /storage/fileStorage/containers/{fileStorageContainer-id}/columns/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.containers.columns.GetCount-67bd 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/drive: description: >- Provides operations to manage the drive property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get drive from storage description: The drive of the resource fileStorageContainer. Read-only. operationId: storage.fileStorage.containers.GetDrive 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.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/drive /storage/fileStorage/containers/{fileStorageContainer-id}/activate: description: Provides operations to call the activate method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action activate operationId: storage.fileStorage.containers.fileStorageContainer.activate responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/activate /storage/fileStorage/containers/{fileStorageContainer-id}/lock: description: Provides operations to call the lock method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action lock operationId: storage.fileStorage.containers.fileStorageContainer.lock requestBody: description: Action parameters content: application/json: schema: type: object properties: lockState: anyOf: - $ref: '#/components/schemas/microsoft.graph.siteLockState' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/lock /storage/fileStorage/containers/{fileStorageContainer-id}/permanentDelete: description: Provides operations to call the permanentDelete method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action permanentDelete operationId: storage.fileStorage.containers.fileStorageContainer.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/permanentDelete /storage/fileStorage/containers/{fileStorageContainer-id}/provisionMigrationContainers: description: Provides operations to call the provisionMigrationContainers method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action provisionMigrationContainers operationId: >- storage.fileStorage.containers.fileStorageContainer.provisionMigrationContainers responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.sharePointMigrationContainerInfo - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/provisionMigrationContainers /storage/fileStorage/containers/{fileStorageContainer-id}/restore: description: Provides operations to call the restore method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action restore operationId: storage.fileStorage.containers.fileStorageContainer.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/restore /storage/fileStorage/containers/{fileStorageContainer-id}/unlock: description: Provides operations to call the unlock method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action unlock operationId: storage.fileStorage.containers.fileStorageContainer.unlock responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/unlock /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs: description: >- Provides operations to manage the migrationJobs property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get migrationJobs from storage description: >- The collection of sharePointMigrationJob objects local to the container. Read-write. operationId: storage.fileStorage.containers.ListMigrationJobs 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.sharePointMigrationJobCollectionResponse 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: - storage.fileStorage summary: Microsoft Graph Create new navigation property to migrationJobs for storage operationId: storage.fileStorage.containers.CreateMigrationJobs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}: description: >- Provides operations to manage the migrationJobs property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get migrationJobs from storage description: >- The collection of sharePointMigrationJob objects local to the container. Read-write. operationId: storage.fileStorage.containers.GetMigrationJobs 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.sharePointMigrationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property migrationJobs in storage operationId: storage.fileStorage.containers.UpdateMigrationJobs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property migrationJobs for storage operationId: storage.fileStorage.containers.DeleteMigrationJobs 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: sharePointMigrationJob-id in: path description: The unique identifier of sharePointMigrationJob required: true schema: type: string x-ms-docs-key-type: sharePointMigrationJob x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id} /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents: description: >- Provides operations to manage the progressEvents property of the microsoft.graph.sharePointMigrationJob entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get progressEvents from storage description: A collection of migration events that reflects the job status changes. operationId: storage.fileStorage.containers.migrationJobs.ListProgressEvents 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.sharePointMigrationEventCollectionResponse 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: - storage.fileStorage summary: Microsoft Graph Create new navigation property to progressEvents for storage operationId: storage.fileStorage.containers.migrationJobs.CreateProgressEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: sharePointMigrationJob-id in: path description: The unique identifier of sharePointMigrationJob required: true schema: type: string x-ms-docs-key-type: sharePointMigrationJob x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents ? /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents/{sharePointMigrationEvent-id} : description: >- Provides operations to manage the progressEvents property of the microsoft.graph.sharePointMigrationJob entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get progressEvents from storage description: A collection of migration events that reflects the job status changes. operationId: storage.fileStorage.containers.migrationJobs.GetProgressEvents 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.sharePointMigrationEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property progressEvents in storage operationId: storage.fileStorage.containers.migrationJobs.UpdateProgressEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property progressEvents for storage operationId: storage.fileStorage.containers.migrationJobs.DeleteProgressEvents 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: sharePointMigrationJob-id in: path description: The unique identifier of sharePointMigrationJob required: true schema: type: string x-ms-docs-key-type: sharePointMigrationJob - name: sharePointMigrationEvent-id in: path description: The unique identifier of sharePointMigrationEvent required: true schema: type: string x-ms-docs-key-type: sharePointMigrationEvent x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents/{sharePointMigrationEvent-id} /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.containers.migrationJobs.progressEvents.GetCount-08df 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: sharePointMigrationJob-id in: path description: The unique identifier of sharePointMigrationJob required: true schema: type: string x-ms-docs-key-type: sharePointMigrationJob /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.containers.migrationJobs.GetCount-5086 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/permissions: description: >- Provides operations to manage the permissions property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get permissions from storage description: >- The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write. operationId: storage.fileStorage.containers.ListPermissions 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.permissionCollectionResponse' 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: - storage.fileStorage summary: Microsoft Graph Create new navigation property to permissions for storage operationId: storage.fileStorage.containers.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/permissions /storage/fileStorage/containers/{fileStorageContainer-id}/permissions/{permission-id}: description: >- Provides operations to manage the permissions property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get permissions from storage description: >- The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write. operationId: storage.fileStorage.containers.GetPermissions 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.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property permissions in storage operationId: storage.fileStorage.containers.UpdatePermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property permissions for storage operationId: storage.fileStorage.containers.DeletePermissions 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/permissions/{permission-id} /storage/fileStorage/containers/{fileStorageContainer-id}/permissions/{permission-id}/grant: description: Provides operations to call the grant method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action grant description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 operationId: >- storage.fileStorage.containers.fileStorageContainer.permissions.permission.grant requestBody: description: Action parameters content: application/json: schema: type: object properties: roles: type: array items: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/permissions/{permission-id}/grant /storage/fileStorage/containers/{fileStorageContainer-id}/permissions/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.containers.permissions.GetCount-b191 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin: description: >- Provides operations to manage the recycleBin property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get recycleBin from storage description: Recycle bin of the fileStorageContainer. Read-only. operationId: storage.fileStorage.containers.GetRecycleBin 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.recycleBin' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property recycleBin in storage operationId: storage.fileStorage.containers.UpdateRecycleBin requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBin' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBin' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property recycleBin for storage operationId: storage.fileStorage.containers.DeleteRecycleBin 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/createdByUser: description: >- Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get createdByUser from storage description: Identity of the user who created the item. Read-only. operationId: storage.fileStorage.containers.recycleBin.GetCreatedByUser 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.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/createdByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/createdByUser/mailboxSettings: get: tags: - storage.fileStorage summary: Microsoft Graph Get mailboxSettings property value description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. operationId: >- storage.fileStorage.containers.recycleBin.createdByUser.GetMailboxSettings 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: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Microsoft Graph Update property mailboxSettings value. operationId: >- storage.fileStorage.containers.recycleBin.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/createdByUser/serviceProvisioningErrors: get: tags: - storage.fileStorage summary: Microsoft Graph Get serviceProvisioningErrors property value description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). operationId: >- storage.fileStorage.containers.recycleBin.createdByUser.ListServiceProvisioningErrors 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.serviceProvisioningErrorCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.containers.recycleBin.createdByUser.ServiceProvisioningErrors.GetCount-fb3f 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items: description: >- Provides operations to manage the items property of the microsoft.graph.recycleBin entity. get: tags: - storage.fileStorage summary: Microsoft Graph List items description: >- Get a collection of recycleBinItem resources in the recycleBin of the specified SharePoint Embedded fileStorageContainer. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/recyclebin-list-items?view=graph-rest-1.0 operationId: storage.fileStorage.containers.recycleBin.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.recycleBinItemCollectionResponse 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: - storage.fileStorage summary: Microsoft Graph Create new navigation property to items for storage operationId: storage.fileStorage.containers.recycleBin.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBinItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBinItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}: description: >- Provides operations to manage the items property of the microsoft.graph.recycleBin entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get items from storage description: List of the recycleBinItems deleted by a user. operationId: storage.fileStorage.containers.recycleBin.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.recycleBinItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property items in storage operationId: storage.fileStorage.containers.recycleBin.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBinItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBinItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property items for storage operationId: storage.fileStorage.containers.recycleBin.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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem x-ms-docs-grouped-path: - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id} /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser: description: >- Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get createdByUser from storage description: Identity of the user who created the item. Read-only. operationId: storage.fileStorage.containers.recycleBin.items.GetCreatedByUser 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.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/createdByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/createdByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser ? /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings : get: tags: - storage.fileStorage summary: Microsoft Graph Get mailboxSettings property value description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. operationId: >- storage.fileStorage.containers.recycleBin.items.createdByUser.GetMailboxSettings 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: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Microsoft Graph Update property mailboxSettings value. operationId: >- storage.fileStorage.containers.recycleBin.items.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem ? /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors : get: tags: - storage.fileStorage summary: Microsoft Graph Get serviceProvisioningErrors property value description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). operationId: >- storage.fileStorage.containers.recycleBin.items.createdByUser.ListServiceProvisioningErrors 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.serviceProvisioningErrorCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem ? /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count : description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.containers.recycleBin.items.createdByUser.ServiceProvisioningErrors.GetCount-6a04 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser: description: >- Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get lastModifiedByUser from storage description: Identity of the user who last modified the item. Read-only. operationId: storage.fileStorage.containers.recycleBin.items.GetLastModifiedByUser 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.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser ? /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings : get: tags: - storage.fileStorage summary: Microsoft Graph Get mailboxSettings property value description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. operationId: >- storage.fileStorage.containers.recycleBin.items.lastModifiedByUser.GetMailboxSettings 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: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Microsoft Graph Update property mailboxSettings value. operationId: >- storage.fileStorage.containers.recycleBin.items.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem ? /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors : get: tags: - storage.fileStorage summary: Microsoft Graph Get serviceProvisioningErrors property value description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). operationId: >- storage.fileStorage.containers.recycleBin.items.lastModifiedByUser.ListServiceProvisioningErrors 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.serviceProvisioningErrorCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem ? /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count : description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.containers.recycleBin.items.lastModifiedByUser.ServiceProvisioningErrors.GetCount-e1b9 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.containers.recycleBin.items.GetCount-d505 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser: description: >- Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get lastModifiedByUser from storage description: Identity of the user who last modified the item. Read-only. operationId: storage.fileStorage.containers.recycleBin.GetLastModifiedByUser 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.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser/mailboxSettings: get: tags: - storage.fileStorage summary: Microsoft Graph Get mailboxSettings property value description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. operationId: >- storage.fileStorage.containers.recycleBin.lastModifiedByUser.GetMailboxSettings 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: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Microsoft Graph Update property mailboxSettings value. operationId: >- storage.fileStorage.containers.recycleBin.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors: get: tags: - storage.fileStorage summary: Microsoft Graph Get serviceProvisioningErrors property value description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). operationId: >- storage.fileStorage.containers.recycleBin.lastModifiedByUser.ListServiceProvisioningErrors 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.serviceProvisioningErrorCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.containers.recycleBin.lastModifiedByUser.ServiceProvisioningErrors.GetCount-7559 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.containers.GetCount-4ea4 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' /storage/fileStorage/deletedContainers: description: >- Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get deletedContainers from storage operationId: storage.fileStorage.ListDeletedContainers 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.fileStorageContainerCollectionResponse 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: - storage.fileStorage summary: Microsoft Graph Create new navigation property to deletedContainers for storage operationId: storage.fileStorage.CreateDeletedContainers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /storage/fileStorage/deletedContainers/{fileStorageContainer-id}: description: >- Provides operations to manage the deletedContainers property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get deletedContainers from storage operationId: storage.fileStorage.GetDeletedContainers 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.fileStorageContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property deletedContainers in storage operationId: storage.fileStorage.UpdateDeletedContainers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property deletedContainers for storage operationId: storage.fileStorage.DeleteDeletedContainers 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns: description: >- Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get columns from storage operationId: storage.fileStorage.deletedContainers.ListColumns 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 post: tags: - storage.fileStorage summary: Microsoft Graph Create new navigation property to columns for storage operationId: storage.fileStorage.deletedContainers.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/containers/{fileStorageContainer-id}/columns /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}: description: >- Provides operations to manage the columns property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get columns from storage operationId: storage.fileStorage.deletedContainers.GetColumns 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 patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property columns in storage operationId: storage.fileStorage.deletedContainers.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success 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 delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property columns for storage operationId: storage.fileStorage.deletedContainers.DeleteColumns 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id} /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn: description: >- Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get sourceColumn from storage description: The source column for the content type column. operationId: storage.fileStorage.deletedContainers.columns.GetSourceColumn 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/columns/{columnDefinition-id}/sourceColumn /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/columns/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.deletedContainers.columns.GetCount-b2c3 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/drive: description: >- Provides operations to manage the drive property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get drive from storage description: The drive of the resource fileStorageContainer. Read-only. operationId: storage.fileStorage.deletedContainers.GetDrive 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.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/containers/{fileStorageContainer-id}/drive /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/activate: description: Provides operations to call the activate method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action activate operationId: storage.fileStorage.deletedContainers.fileStorageContainer.activate responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/containers/{fileStorageContainer-id}/activate /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/lock: description: Provides operations to call the lock method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action lock operationId: storage.fileStorage.deletedContainers.fileStorageContainer.lock requestBody: description: Action parameters content: application/json: schema: type: object properties: lockState: anyOf: - $ref: '#/components/schemas/microsoft.graph.siteLockState' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/containers/{fileStorageContainer-id}/lock /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/permanentDelete: description: Provides operations to call the permanentDelete method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action permanentDelete operationId: >- storage.fileStorage.deletedContainers.fileStorageContainer.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/permanentDelete /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/provisionMigrationContainers: description: Provides operations to call the provisionMigrationContainers method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action provisionMigrationContainers operationId: >- storage.fileStorage.deletedContainers.fileStorageContainer.provisionMigrationContainers responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: >- #/components/schemas/microsoft.graph.sharePointMigrationContainerInfo - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/provisionMigrationContainers /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/restore: description: Provides operations to call the restore method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action restore operationId: storage.fileStorage.deletedContainers.fileStorageContainer.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/containers/{fileStorageContainer-id}/restore /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/unlock: description: Provides operations to call the unlock method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action unlock operationId: storage.fileStorage.deletedContainers.fileStorageContainer.unlock responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/containers/{fileStorageContainer-id}/unlock /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs: description: >- Provides operations to manage the migrationJobs property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get migrationJobs from storage description: >- The collection of sharePointMigrationJob objects local to the container. Read-write. operationId: storage.fileStorage.deletedContainers.ListMigrationJobs 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.sharePointMigrationJobCollectionResponse 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: - storage.fileStorage summary: Microsoft Graph Create new navigation property to migrationJobs for storage operationId: storage.fileStorage.deletedContainers.CreateMigrationJobs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}: description: >- Provides operations to manage the migrationJobs property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get migrationJobs from storage description: >- The collection of sharePointMigrationJob objects local to the container. Read-write. operationId: storage.fileStorage.deletedContainers.GetMigrationJobs 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.sharePointMigrationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property migrationJobs in storage operationId: storage.fileStorage.deletedContainers.UpdateMigrationJobs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property migrationJobs for storage operationId: storage.fileStorage.deletedContainers.DeleteMigrationJobs 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: sharePointMigrationJob-id in: path description: The unique identifier of sharePointMigrationJob required: true schema: type: string x-ms-docs-key-type: sharePointMigrationJob x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id} /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents: description: >- Provides operations to manage the progressEvents property of the microsoft.graph.sharePointMigrationJob entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get progressEvents from storage description: A collection of migration events that reflects the job status changes. operationId: storage.fileStorage.deletedContainers.migrationJobs.ListProgressEvents 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.sharePointMigrationEventCollectionResponse 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: - storage.fileStorage summary: Microsoft Graph Create new navigation property to progressEvents for storage operationId: storage.fileStorage.deletedContainers.migrationJobs.CreateProgressEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: sharePointMigrationJob-id in: path description: The unique identifier of sharePointMigrationJob required: true schema: type: string x-ms-docs-key-type: sharePointMigrationJob x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents ? /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents/{sharePointMigrationEvent-id} : description: >- Provides operations to manage the progressEvents property of the microsoft.graph.sharePointMigrationJob entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get progressEvents from storage description: A collection of migration events that reflects the job status changes. operationId: storage.fileStorage.deletedContainers.migrationJobs.GetProgressEvents 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.sharePointMigrationEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property progressEvents in storage operationId: storage.fileStorage.deletedContainers.migrationJobs.UpdateProgressEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property progressEvents for storage operationId: storage.fileStorage.deletedContainers.migrationJobs.DeleteProgressEvents 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: sharePointMigrationJob-id in: path description: The unique identifier of sharePointMigrationJob required: true schema: type: string x-ms-docs-key-type: sharePointMigrationJob - name: sharePointMigrationEvent-id in: path description: The unique identifier of sharePointMigrationEvent required: true schema: type: string x-ms-docs-key-type: sharePointMigrationEvent x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents/{sharePointMigrationEvent-id} ? /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs/{sharePointMigrationJob-id}/progressEvents/$count : description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.deletedContainers.migrationJobs.progressEvents.GetCount-d644 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: sharePointMigrationJob-id in: path description: The unique identifier of sharePointMigrationJob required: true schema: type: string x-ms-docs-key-type: sharePointMigrationJob /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/migrationJobs/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.deletedContainers.migrationJobs.GetCount-3977 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/permissions: description: >- Provides operations to manage the permissions property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get permissions from storage description: >- The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write. operationId: storage.fileStorage.deletedContainers.ListPermissions 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.permissionCollectionResponse' 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: - storage.fileStorage summary: Microsoft Graph Create new navigation property to permissions for storage operationId: storage.fileStorage.deletedContainers.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/containers/{fileStorageContainer-id}/permissions /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/permissions/{permission-id}: description: >- Provides operations to manage the permissions property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get permissions from storage description: >- The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write. operationId: storage.fileStorage.deletedContainers.GetPermissions 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.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property permissions in storage operationId: storage.fileStorage.deletedContainers.UpdatePermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property permissions for storage operationId: storage.fileStorage.deletedContainers.DeletePermissions 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/permissions/{permission-id} /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/permissions/{permission-id}/grant: description: Provides operations to call the grant method. post: tags: - storage.fileStorage summary: Microsoft Graph Invoke action grant description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 operationId: >- storage.fileStorage.deletedContainers.fileStorageContainer.permissions.permission.grant requestBody: description: Action parameters content: application/json: schema: type: object properties: roles: type: array items: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/permissions/{permission-id}/grant /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/permissions/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.deletedContainers.permissions.GetCount-b182 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin: description: >- Provides operations to manage the recycleBin property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get recycleBin from storage description: Recycle bin of the fileStorageContainer. Read-only. operationId: storage.fileStorage.deletedContainers.GetRecycleBin 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.recycleBin' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property recycleBin in storage operationId: storage.fileStorage.deletedContainers.UpdateRecycleBin requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBin' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBin' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property recycleBin for storage operationId: storage.fileStorage.deletedContainers.DeleteRecycleBin 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/createdByUser: description: >- Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get createdByUser from storage description: Identity of the user who created the item. Read-only. operationId: storage.fileStorage.deletedContainers.recycleBin.GetCreatedByUser 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.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/createdByUser - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/createdByUser/mailboxSettings: get: tags: - storage.fileStorage summary: Microsoft Graph Get mailboxSettings property value description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. operationId: >- storage.fileStorage.deletedContainers.recycleBin.createdByUser.GetMailboxSettings 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: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Microsoft Graph Update property mailboxSettings value. operationId: >- storage.fileStorage.deletedContainers.recycleBin.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/createdByUser/serviceProvisioningErrors: get: tags: - storage.fileStorage summary: Microsoft Graph Get serviceProvisioningErrors property value description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). operationId: >- storage.fileStorage.deletedContainers.recycleBin.createdByUser.ListServiceProvisioningErrors 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.serviceProvisioningErrorCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.deletedContainers.recycleBin.createdByUser.ServiceProvisioningErrors.GetCount-dadf 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items: description: >- Provides operations to manage the items property of the microsoft.graph.recycleBin entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get items from storage description: List of the recycleBinItems deleted by a user. operationId: storage.fileStorage.deletedContainers.recycleBin.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.recycleBinItemCollectionResponse 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: - storage.fileStorage summary: Microsoft Graph Create new navigation property to items for storage operationId: storage.fileStorage.deletedContainers.recycleBin.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBinItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBinItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}: description: >- Provides operations to manage the items property of the microsoft.graph.recycleBin entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get items from storage description: List of the recycleBinItems deleted by a user. operationId: storage.fileStorage.deletedContainers.recycleBin.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.recycleBinItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Microsoft Graph Update the navigation property items in storage operationId: storage.fileStorage.deletedContainers.recycleBin.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBinItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recycleBinItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Microsoft Graph Delete navigation property items for storage operationId: storage.fileStorage.deletedContainers.recycleBin.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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id} /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser: description: >- Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get createdByUser from storage description: Identity of the user who created the item. Read-only. operationId: storage.fileStorage.deletedContainers.recycleBin.items.GetCreatedByUser 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.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/createdByUser - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/createdByUser ? /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings : get: tags: - storage.fileStorage summary: Microsoft Graph Get mailboxSettings property value description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. operationId: >- storage.fileStorage.deletedContainers.recycleBin.items.createdByUser.GetMailboxSettings 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: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Microsoft Graph Update property mailboxSettings value. operationId: >- storage.fileStorage.deletedContainers.recycleBin.items.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem ? /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors : get: tags: - storage.fileStorage summary: Microsoft Graph Get serviceProvisioningErrors property value description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). operationId: >- storage.fileStorage.deletedContainers.recycleBin.items.createdByUser.ListServiceProvisioningErrors 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.serviceProvisioningErrorCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem ? /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count : description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.deletedContainers.recycleBin.items.createdByUser.ServiceProvisioningErrors.GetCount-b810 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser: description: >- Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get lastModifiedByUser from storage description: Identity of the user who last modified the item. Read-only. operationId: >- storage.fileStorage.deletedContainers.recycleBin.items.GetLastModifiedByUser 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.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser ? /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings : get: tags: - storage.fileStorage summary: Microsoft Graph Get mailboxSettings property value description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. operationId: >- storage.fileStorage.deletedContainers.recycleBin.items.lastModifiedByUser.GetMailboxSettings 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: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Microsoft Graph Update property mailboxSettings value. operationId: >- storage.fileStorage.deletedContainers.recycleBin.items.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem ? /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors : get: tags: - storage.fileStorage summary: Microsoft Graph Get serviceProvisioningErrors property value description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). operationId: >- storage.fileStorage.deletedContainers.recycleBin.items.lastModifiedByUser.ListServiceProvisioningErrors 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.serviceProvisioningErrorCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem ? /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count : description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.deletedContainers.recycleBin.items.lastModifiedByUser.ServiceProvisioningErrors.GetCount-3aa0 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: recycleBinItem-id in: path description: The unique identifier of recycleBinItem required: true schema: type: string x-ms-docs-key-type: recycleBinItem /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.deletedContainers.recycleBin.items.GetCount-3459 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser: description: >- Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Microsoft Graph Get lastModifiedByUser from storage description: Identity of the user who last modified the item. Read-only. operationId: storage.fileStorage.deletedContainers.recycleBin.GetLastModifiedByUser 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.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser - >- /storage/fileStorage/containers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser - >- /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser/mailboxSettings: get: tags: - storage.fileStorage summary: Microsoft Graph Get mailboxSettings property value description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. operationId: >- storage.fileStorage.deletedContainers.recycleBin.lastModifiedByUser.GetMailboxSettings 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: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Microsoft Graph Update property mailboxSettings value. operationId: >- storage.fileStorage.deletedContainers.recycleBin.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors: get: tags: - storage.fileStorage summary: Microsoft Graph Get serviceProvisioningErrors property value description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). operationId: >- storage.fileStorage.deletedContainers.recycleBin.lastModifiedByUser.ListServiceProvisioningErrors 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.serviceProvisioningErrorCollectionResponse 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer ? /storage/fileStorage/deletedContainers/{fileStorageContainer-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count : description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: >- storage.fileStorage.deletedContainers.recycleBin.lastModifiedByUser.ServiceProvisioningErrors.GetCount-e2c8 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: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/deletedContainers/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Microsoft Graph Get the number of the resource operationId: storage.fileStorage.deletedContainers.GetCount-3f95 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' /storage/settings: description: >- Provides operations to manage the settings property of the microsoft.graph.storage entity. get: tags: - storage.storageSettings summary: Microsoft Graph Get settings from storage operationId: storage.GetSettings 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.storageSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.storageSettings summary: Microsoft Graph Update the navigation property settings in storage operationId: storage.UpdateSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storageSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storageSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.storageSettings summary: Microsoft Graph Delete navigation property settings for storage operationId: storage.DeleteSettings 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 /storage/settings/quota: description: >- Provides operations to manage the quota property of the microsoft.graph.storageSettings entity. get: tags: - storage.storageSettings summary: Microsoft Graph Get quota from storage operationId: storage.settings.GetQuota 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.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.storageSettings summary: Microsoft Graph Update the navigation property quota in storage operationId: storage.settings.UpdateQuota requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.storageSettings summary: Microsoft Graph Delete navigation property quota for storage operationId: storage.settings.DeleteQuota 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 /storage/settings/quota/services: description: >- Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - storage.storageSettings summary: Microsoft Graph Get services from storage operationId: storage.settings.quota.ListServices 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.serviceStorageQuotaBreakdownCollectionResponse 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: - storage.storageSettings summary: Microsoft Graph Create new navigation property to services for storage operationId: storage.settings.quota.CreateServices requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /storage/settings/quota/services/{serviceStorageQuotaBreakdown-id}: description: >- Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - storage.storageSettings summary: Microsoft Graph Get services from storage operationId: storage.settings.quota.GetServices 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.serviceStorageQuotaBreakdown 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.storageSettings summary: Microsoft Graph Update the navigation property services in storage operationId: storage.settings.quota.UpdateServices requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.storageSettings summary: Microsoft Graph Delete navigation property services for storage operationId: storage.settings.quota.DeleteServices 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: serviceStorageQuotaBreakdown-id in: path description: The unique identifier of serviceStorageQuotaBreakdown required: true schema: type: string x-ms-docs-key-type: serviceStorageQuotaBreakdown /storage/settings/quota/services/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.storageSettings summary: Microsoft Graph Get the number of the resource operationId: storage.settings.quota.services.GetCount-3385 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' /users/{user-id}/settings/storage: description: >- Provides operations to manage the storage property of the microsoft.graph.userSettings entity. get: tags: - users.userSettings summary: Microsoft Graph Get storage from users operationId: users.settings.GetStorage 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.userStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Microsoft Graph Update the navigation property storage in users operationId: users.settings.UpdateStorage requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Microsoft Graph Delete navigation property storage for users operationId: users.settings.DeleteStorage 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: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/{user-id}/settings/storage/quota: description: >- Provides operations to manage the quota property of the microsoft.graph.userStorage entity. get: tags: - users.userSettings summary: Microsoft Graph Get quota from users operationId: users.settings.storage.GetQuota 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.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Microsoft Graph Update the navigation property quota in users operationId: users.settings.storage.UpdateQuota requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Microsoft Graph Delete navigation property quota for users operationId: users.settings.storage.DeleteQuota 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: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/{user-id}/settings/storage/quota/services: description: >- Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - users.userSettings summary: Microsoft Graph Get services from users operationId: users.settings.storage.quota.ListServices 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.serviceStorageQuotaBreakdownCollectionResponse 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: - users.userSettings summary: Microsoft Graph Create new navigation property to services for users operationId: users.settings.storage.quota.CreateServices requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}: description: >- Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - users.userSettings summary: Microsoft Graph Get services from users operationId: users.settings.storage.quota.GetServices 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.serviceStorageQuotaBreakdown 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Microsoft Graph Update the navigation property services in users operationId: users.settings.storage.quota.UpdateServices requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Microsoft Graph Delete navigation property services for users operationId: users.settings.storage.quota.DeleteServices 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: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: serviceStorageQuotaBreakdown-id in: path description: The unique identifier of serviceStorageQuotaBreakdown required: true schema: type: string x-ms-docs-key-type: serviceStorageQuotaBreakdown /users/{user-id}/settings/storage/quota/services/$count: description: Provides operations to count the resources in the collection. get: tags: - users.userSettings summary: Microsoft Graph Get the number of the resource operationId: users.settings.storage.quota.services.GetCount-bab7 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: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user components: schemas: microsoft.graph.userStorage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userStorage required: - '@odata.type' type: object properties: quota: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userStorage' microsoft.graph.unifiedStorageQuota: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedStorageQuota required: - '@odata.type' type: object properties: deleted: type: number format: int64 nullable: true manageWebUrl: type: string nullable: true remaining: type: number format: int64 nullable: true state: type: string nullable: true total: type: number format: int64 nullable: true used: type: number format: int64 nullable: true services: type: array items: $ref: >- #/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedStorageQuota' microsoft.graph.storage: title: storage required: - '@odata.type' type: object properties: fileStorage: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileStorage' - type: object nullable: true x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.storageSettings' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.fileStorage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: fileStorage required: - '@odata.type' type: object properties: containers: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' x-ms-navigationProperty: true deletedContainers: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.fileStorage' microsoft.graph.fileStorageContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: fileStorageContainer required: - '@odata.type' type: object properties: containerTypeId: pattern: >- ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ type: string description: >- Container type ID of the fileStorageContainer. For details about container types, see Container Types. Each container must have only one container type. Read-only. format: uuid createdDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: Date and time of the fileStorageContainer creation. Read-only. format: date-time customProperties: anyOf: - $ref: >- #/components/schemas/microsoft.graph.fileStorageContainerCustomPropertyDictionary - type: object nullable: true description: >- Custom property collection for the fileStorageContainer. Read-write. description: type: string description: >- Provides a user-visible description of the fileStorageContainer. Read-write. nullable: true displayName: type: string description: The display name of the fileStorageContainer. Read-write. lockState: anyOf: - $ref: '#/components/schemas/microsoft.graph.siteLockState' - type: object nullable: true description: >- Indicates the lock state of the fileStorageContainer. The possible values are unlocked and lockedReadOnly. Read-only. settings: $ref: >- #/components/schemas/microsoft.graph.fileStorageContainerSettings status: anyOf: - $ref: >- #/components/schemas/microsoft.graph.fileStorageContainerStatus - type: object nullable: true description: >- Status of the fileStorageContainer. Containers are created as inactive and require activation. Inactive containers are subjected to automatic deletion in 24 hours. The possible values are: inactive, active. Read-only. viewpoint: anyOf: - $ref: >- #/components/schemas/microsoft.graph.fileStorageContainerViewpoint - type: object nullable: true description: Data specific to the current user. Read-only. columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' x-ms-navigationProperty: true drive: anyOf: - $ref: '#/components/schemas/microsoft.graph.drive' - type: object nullable: true description: The drive of the resource fileStorageContainer. Read-only. x-ms-navigationProperty: true migrationJobs: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationJob' description: >- The collection of sharePointMigrationJob objects local to the container. Read-write. x-ms-navigationProperty: true permissions: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' description: >- The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write. x-ms-navigationProperty: true recycleBin: anyOf: - $ref: '#/components/schemas/microsoft.graph.recycleBin' - type: object nullable: true description: Recycle bin of the fileStorageContainer. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.fileStorageContainer' 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' microsoft.graph.drive: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: drive required: - '@odata.type' type: object properties: driveType: type: string description: >- Describes the type of drive represented by this resource. OneDrive personal drives return personal. OneDrive for Business returns business. SharePoint document libraries return documentLibrary. Read-only. nullable: true owner: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Optional. The user account that owns the drive. Read-only. quota: anyOf: - $ref: '#/components/schemas/microsoft.graph.quota' - type: object nullable: true description: >- Optional. Information about the drive's storage space quota. Read-only. sharePointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - type: object nullable: true system: anyOf: - $ref: '#/components/schemas/microsoft.graph.systemFacet' - type: object nullable: true description: >- If present, indicates that it's a system-managed drive. Read-only. bundles: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: >- Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: >- The list of items the user is following. Only in OneDrive for Business. x-ms-navigationProperty: true items: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: All items contained in the drive. Read-only. Nullable. x-ms-navigationProperty: true list: anyOf: - $ref: '#/components/schemas/microsoft.graph.list' - type: object nullable: true description: >- For drives in SharePoint, the underlying document library list. Read-only. Nullable. x-ms-navigationProperty: true root: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true description: The root folder of the drive. Read-only. x-ms-navigationProperty: true special: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: >- Collection of common folders available in OneDrive. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.drive' x-ms-discriminator-value: '#microsoft.graph.drive' microsoft.graph.siteLockState: title: siteLockState enum: - unlocked - lockedReadOnly - lockedNoAccess - lockedNoAdditions - unknownFutureValue type: string microsoft.graph.sharePointMigrationJob: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: sharePointMigrationJob required: - '@odata.type' type: object properties: containerInfo: $ref: >- #/components/schemas/microsoft.graph.sharePointMigrationContainerInfo progressEvents: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointMigrationEvent' description: >- A collection of migration events that reflects the job status changes. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sharePointMigrationJob' microsoft.graph.sharePointMigrationEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: sharePointMigrationEvent required: - '@odata.type' type: object properties: correlationId: type: string description: The correlation ID of a migration job. Read-only. eventDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The date and time when the job status changes. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. format: date-time jobId: type: string description: The unique identifier of a migration job. Read-only. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent': >- #/components/schemas/microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent '#microsoft.graph.sharePointMigrationJobCancelledEvent': >- #/components/schemas/microsoft.graph.sharePointMigrationJobCancelledEvent '#microsoft.graph.sharePointMigrationJobDeletedEvent': >- #/components/schemas/microsoft.graph.sharePointMigrationJobDeletedEvent '#microsoft.graph.sharePointMigrationJobErrorEvent': >- #/components/schemas/microsoft.graph.sharePointMigrationJobErrorEvent '#microsoft.graph.sharePointMigrationJobPostponedEvent': >- #/components/schemas/microsoft.graph.sharePointMigrationJobPostponedEvent '#microsoft.graph.sharePointMigrationJobProgressEvent': >- #/components/schemas/microsoft.graph.sharePointMigrationJobProgressEvent '#microsoft.graph.sharePointMigrationJobQueuedEvent': >- #/components/schemas/microsoft.graph.sharePointMigrationJobQueuedEvent '#microsoft.graph.sharePointMigrationJobStartEvent': >- #/components/schemas/microsoft.graph.sharePointMigrationJobStartEvent microsoft.graph.permission: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: permission required: - '@odata.type' type: object properties: expirationDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there's no expiration set for this permission. Optional. format: date-time nullable: true grantedTo: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: >- For user type permissions, the details of the users and applications for this permission. Read-only. grantedToIdentities: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' description: >- For type permissions, the details of the users to whom permission was granted. Read-only. grantedToIdentitiesV2: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointIdentitySet' description: >- For link type permissions, the details of the users to whom permission was granted. Read-only. grantedToV2: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharePointIdentitySet' - type: object nullable: true description: >- For user type permissions, the details of the users and applications for this permission. Read-only. hasPassword: type: boolean description: >- Indicates whether the password is set for this permission. This property only appears in the response. Optional. Read-only. For OneDrive Personal only.. nullable: true inheritedFrom: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemReference' - type: object nullable: true description: >- Provides a reference to the ancestor of the current permission, if it's inherited from an ancestor. Read-only. invitation: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharingInvitation' - type: object nullable: true description: >- Details of any associated sharing invitation for this permission. Read-only. link: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharingLink' - type: object nullable: true description: >- Provides the link details of the current permission, if it's a link type permission. Read-only. roles: type: array items: type: string nullable: true description: >- The type of permission, for example, read. See below for the full list of roles. Read-only. shareId: type: string description: >- A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.permission' microsoft.graph.driveRecipient: title: driveRecipient required: - '@odata.type' type: object properties: alias: type: string description: >- The alias of the domain object, for cases where an email address is unavailable (for example, security groups). nullable: true email: type: string description: >- The email address for the recipient, if the recipient has an associated email address. nullable: true objectId: type: string description: The unique identifier for the recipient in the directory. nullable: true '@odata.type': type: string 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.recycleBin: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: recycleBin required: - '@odata.type' type: object properties: settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.recycleBinSettings' - type: object nullable: true items: type: array items: $ref: '#/components/schemas/microsoft.graph.recycleBinItem' description: List of the recycleBinItems deleted by a user. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.recycleBin' x-ms-discriminator-value: '#microsoft.graph.recycleBin' microsoft.graph.user: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: user required: - '@odata.type' type: object properties: aboutMe: type: string description: >- A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true accountEnabled: type: boolean description: >- true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter (eq, ne, not, and in). nullable: true ageGroup: type: string description: >- Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in). nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' description: >- The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn't differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0). assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: >- The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). authorizationInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.authorizationInfo' - type: object nullable: true birthday: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. format: date-time businessPhones: type: array items: type: string description: >- The telephone numbers for the user. NOTE: Although it's a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith). city: type: string description: >- The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true companyName: type: string description: >- The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true consentProvidedForMinor: type: string description: >- Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in). nullable: true country: type: string description: >- The country or region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true createdDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The date and time the user was created, in ISO 8601 format and UTC. The value can't be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). format: date-time nullable: true creationType: type: string description: >- Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). nullable: true customSecurityAttributes: anyOf: - $ref: >- #/components/schemas/microsoft.graph.customSecurityAttributeValue - type: object nullable: true description: >- An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). The filter value is case-sensitive. To read this property, the calling app must be assigned the CustomSecAttributeAssignment.Read.All permission. To write this property, the calling app must be assigned the CustomSecAttributeAssignment.ReadWrite.All permissions. To read or write this property in delegated scenarios, the admin must be assigned the Attribute Assignment Administrator role. department: type: string description: >- The name of the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). nullable: true deviceEnrollmentLimit: maximum: 2147483647 minimum: -2147483648 type: number description: >- The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. format: int32 displayName: type: string description: >- The name displayed in the address book for the user. This value is usually the combination of the user's first name, middle initial, and family name. This property is required when a user is created and it can't be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search. nullable: true employeeHireDate: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The date and time when the user was hired or will start work in a future hire. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). format: date-time nullable: true employeeId: type: string description: >- The employee identifier assigned to the user by the organization. The maximum length is 16 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). nullable: true employeeLeaveDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator (least privilege), Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user. format: date-time nullable: true employeeOrgData: anyOf: - $ref: '#/components/schemas/microsoft.graph.employeeOrgData' - type: object nullable: true description: >- Represents organization data (for example, division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). employeeType: type: string description: >- Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith). nullable: true externalUserState: type: string description: >- For a guest invited to the tenant using the invitation API, this property represents the invited user's invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in). nullable: true externalUserStateChangeDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. Supports $filter (eq, ne, not , in). format: date-time nullable: true faxNumber: type: string description: >- The fax number of the user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). nullable: true givenName: type: string description: >- The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). nullable: true hireDate: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs. format: date-time identities: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' description: >- Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations. imAddresses: type: array items: type: string nullable: true description: >- The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith). interests: type: array items: type: string nullable: true description: >- A list for the user to describe their interests. Returned only on $select. isManagementRestricted: type: boolean description: >- true if the user is a member of a restricted management administrative unit. If not set, the default value is null and the default behavior is false. Read-only. To manage a user who is a member of a restricted management administrative unit, the administrator or calling app must be assigned a Microsoft Entra role at the scope of the restricted management administrative unit. Returned only on $select. nullable: true isResourceAccount: type: boolean description: Don't use – reserved for future use. nullable: true jobTitle: type: string description: >- The user's job title. Maximum length is 128 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). nullable: true lastPasswordChangeDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned only on $select. format: date-time nullable: true legalAgeGroupClassification: type: string description: >- Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, Undefined, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' description: >- State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. Returned only on $select. mail: type: string description: >- The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user's proxyAddresses collection to include the value as an SMTP address. This property can't contain accent characters. NOTE: We don't recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values). nullable: true mailboxSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - type: object nullable: true description: >- Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. mailNickname: type: string description: >- The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true mobilePhone: type: string description: >- The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search. nullable: true mySite: type: string description: The URL for the user's site. Returned only on $select. nullable: true officeLocation: type: string description: >- The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true onPremisesDistinguishedName: type: string description: >- Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. nullable: true onPremisesDomainName: type: string description: >- Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. nullable: true onPremisesExtensionAttributes: anyOf: - $ref: >- #/components/schemas/microsoft.graph.onPremisesExtensionAttributes - type: object nullable: true description: >- Contains extensionAttributes1-15 for the user. These extension attributes are also known as Exchange custom attributes 1-15. Each attribute can store up to 1024 characters. For an onPremisesSyncEnabled user, the source of authority for this set of properties is the on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties can be set during the creation or update of a user object. For a cloud-only user previously synced from on-premises Active Directory, these properties are read-only in Microsoft Graph but can be fully managed through the Exchange Admin Center or the Exchange Online V2 module in PowerShell. Returned only on $select. Supports $filter (eq, ne, not, in). onPremisesImmutableId: type: string description: >- This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you're using a federated domain for the user's userPrincipalName (UPN) property. NOTE: The $ and _ characters can't be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in). nullable: true onPremisesLastSyncDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in). format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: >- #/components/schemas/microsoft.graph.onPremisesProvisioningError description: >- Errors when using Microsoft synchronization product during provisioning. Returned only on $select. Supports $filter (eq, not, ge, le). onPremisesSamAccountName: type: string description: >- Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). nullable: true onPremisesSecurityIdentifier: type: string description: >- Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean description: >- true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn't being synced and can be managed in Microsoft Entra ID. Read-only. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). nullable: true onPremisesUserPrincipalName: type: string description: >- Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). nullable: true otherMails: type: array items: type: string description: >- A list of other email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can't contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0). passwordPolicies: type: string description: >- Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values). nullable: true passwordProfile: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordProfile' - type: object nullable: true description: >- Specifies the password profile for the user. The profile contains the user's password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). To update this property: User-PasswordProfile.ReadWrite.All is the least privileged permission to update this property. In delegated scenarios, the User Administrator Microsoft Entra role is the least privileged admin role supported to update this property for nonadmin users. Privileged Authentication Administrator is the least privileged role that's allowed to update this property for all administrators in the tenant. In general, the signed-in user must have a higher privileged administrator role as indicated in Who can reset passwords. In app-only scenarios, the calling app must be assigned a supported permission and at least the User Administrator Microsoft Entra role. pastProjects: type: array items: type: string nullable: true description: >- A list for the user to enumerate their past projects. Returned only on $select. postalCode: type: string description: >- The postal code for the user's postal address. The postal code is specific to the user's country or region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true preferredDataLocation: type: string description: >- The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. nullable: true preferredLanguage: type: string description: >- The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: 'en-US', or 'es-ES'. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) nullable: true preferredName: type: string description: >- The preferred name for the user. Not Supported. This attribute returns an empty string.Returned only on $select. nullable: true print: anyOf: - $ref: '#/components/schemas/microsoft.graph.userPrint' - type: object nullable: true provisionedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' description: >- The plans that are provisioned for the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le). proxyAddresses: type: array items: type: string description: >- For example: ['SMTP: bob@contoso.com', 'smtp: bob@sales.contoso.com']. Changes to the mail property update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address, while those addresses prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0). responsibilities: type: array items: type: string nullable: true description: >- A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true description: >- A list for the user to enumerate the schools they attended. Returned only on $select. securityIdentifier: type: string description: >- Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith). nullable: true serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' description: >- Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance). showInAddressList: type: boolean description: >- Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. nullable: true signInActivity: anyOf: - $ref: '#/components/schemas/microsoft.graph.signInActivity' - type: object nullable: true description: >- Get the last signed-in date and request ID of the sign-in for a given user. Read-only.Returned only on $select. Supports $filter (eq, ne, not, ge, le) but not with any other filterable properties. Note: Details for this property require a Microsoft Entra ID P1 or P2 license and the AuditLog.Read.All permission.This property isn't returned for a user who never signed in or last signed in before April 2020. signInSessionsValidFromDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Any refresh tokens or session tokens (session cookies) issued before this time are invalid. Applications get an error when using an invalid refresh or session token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select. format: date-time nullable: true skills: type: array items: type: string nullable: true description: >- A list for the user to enumerate their skills. Returned only on $select. state: type: string description: >- The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true streetAddress: type: string description: >- The street address of the user's place of business. Maximum length is 1,024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true surname: type: string description: >- The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true usageLocation: type: string description: >- A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries/regions. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). nullable: true userPrincipalName: type: string description: >- The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this value should map to the user's email name. The general format is alias@domain, where the domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can't contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby. nullable: true userType: type: string description: >- A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID? nullable: true activities: type: array items: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true agreementAcceptances: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' description: >- The user's terms of use acceptance statuses. Read-only. Nullable. x-ms-navigationProperty: true appRoleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' description: >- Represents the app roles a user is granted for an application. Supports $expand. x-ms-navigationProperty: true authentication: anyOf: - $ref: '#/components/schemas/microsoft.graph.authentication' - type: object nullable: true description: The authentication methods that are supported for the user. x-ms-navigationProperty: true calendar: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendar' - type: object nullable: true description: The user's primary calendar. Read-only. x-ms-navigationProperty: true calendarGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarGroup' description: The user's calendar groups. Read-only. Nullable. x-ms-navigationProperty: true calendars: type: array items: $ref: '#/components/schemas/microsoft.graph.calendar' description: The user's calendars. Read-only. Nullable. x-ms-navigationProperty: true calendarView: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The calendar view for the calendar. Read-only. Nullable. x-ms-navigationProperty: true chats: type: array items: $ref: '#/components/schemas/microsoft.graph.chat' x-ms-navigationProperty: true cloudClipboard: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudClipboardRoot' - type: object nullable: true x-ms-navigationProperty: true cloudPCs: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPC' description: The user's Cloud PCs. Read-only. Nullable. x-ms-navigationProperty: true contactFolders: type: array items: $ref: '#/components/schemas/microsoft.graph.contactFolder' description: The user's contacts folders. Read-only. Nullable. x-ms-navigationProperty: true contacts: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' description: The user's contacts. Read-only. Nullable. x-ms-navigationProperty: true createdObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Directory objects that the user created. Read-only. Nullable. x-ms-navigationProperty: true dataSecurityAndGovernance: anyOf: - $ref: >- #/components/schemas/microsoft.graph.userDataSecurityAndGovernance - type: object nullable: true description: >- The data security and governance settings for the user. Read-only. Nullable. x-ms-navigationProperty: true deviceManagementTroubleshootingEvents: type: array items: $ref: >- #/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent description: The list of troubleshooting events for this user. x-ms-navigationProperty: true directReports: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true drive: anyOf: - $ref: '#/components/schemas/microsoft.graph.drive' - type: object nullable: true description: The user's OneDrive. Read-only. x-ms-navigationProperty: true drives: type: array items: $ref: '#/components/schemas/microsoft.graph.drive' description: A collection of drives available for this user. Read-only. x-ms-navigationProperty: true employeeExperience: anyOf: - $ref: '#/components/schemas/microsoft.graph.employeeExperienceUser' - type: object nullable: true x-ms-navigationProperty: true events: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: >- The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: >- The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable. x-ms-navigationProperty: true followedSites: type: array items: $ref: '#/components/schemas/microsoft.graph.site' x-ms-navigationProperty: true inferenceClassification: anyOf: - $ref: '#/components/schemas/microsoft.graph.inferenceClassification' - type: object nullable: true description: >- Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. x-ms-navigationProperty: true insights: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemInsights' - type: object nullable: true description: >- Represents relationships between a user and items such as OneDrive for work or school documents, calculated using advanced analytics and machine learning techniques. Read-only. Nullable. x-ms-navigationProperty: true joinedTeams: type: array items: $ref: '#/components/schemas/microsoft.graph.team' x-ms-navigationProperty: true licenseDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseDetails' description: A collection of this user's license details. Read-only. x-ms-navigationProperty: true mailFolders: type: array items: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true managedAppRegistrations: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' description: Zero or more managed app registrations that belong to the user. x-ms-navigationProperty: true managedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDevice' description: The managed devices associated with the user. x-ms-navigationProperty: true manager: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: >- The user or contact that is this user's manager. Read-only. Supports $expand. x-ms-navigationProperty: true memberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true messages: type: array items: $ref: '#/components/schemas/microsoft.graph.message' description: The messages in a mailbox or folder. Read-only. Nullable. x-ms-navigationProperty: true oauth2PermissionGrants: type: array items: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' x-ms-navigationProperty: true onenote: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenote' - type: object nullable: true x-ms-navigationProperty: true onlineMeetings: type: array items: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' description: >- Information about a meeting, including the URL used to join a meeting, the attendees list, and the description. x-ms-navigationProperty: true outlook: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookUser' - type: object nullable: true x-ms-navigationProperty: true ownedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). x-ms-navigationProperty: true ownedObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). x-ms-navigationProperty: true people: type: array items: $ref: '#/components/schemas/microsoft.graph.person' description: People that are relevant to the user. Read-only. Nullable. x-ms-navigationProperty: true permissionGrants: type: array items: $ref: >- #/components/schemas/microsoft.graph.resourceSpecificPermissionGrant description: List all resource-specific permission grants of a user. x-ms-navigationProperty: true photo: anyOf: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' - type: object nullable: true description: The user's profile photo. Read-only. x-ms-navigationProperty: true photos: type: array items: $ref: '#/components/schemas/microsoft.graph.profilePhoto' description: >- The collection of the user's profile photos in different sizes. Read-only. x-ms-navigationProperty: true planner: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerUser' - type: object nullable: true description: >- Entry-point to the Planner resource that might exist for a user. Read-only. x-ms-navigationProperty: true presence: anyOf: - $ref: '#/components/schemas/microsoft.graph.presence' - type: object nullable: true x-ms-navigationProperty: true registeredDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. x-ms-navigationProperty: true scopedRoleMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.userSettings' - type: object nullable: true x-ms-navigationProperty: true solutions: anyOf: - $ref: '#/components/schemas/microsoft.graph.userSolutionRoot' - type: object nullable: true description: >- The identifier that relates the user to the working time schedule triggers. Read-Only. Nullable x-ms-navigationProperty: true sponsors: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The users and groups responsible for this guest's privileges in the tenant and keeping the guest's information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand. x-ms-navigationProperty: true teamwork: anyOf: - $ref: '#/components/schemas/microsoft.graph.userTeamwork' - type: object nullable: true description: >- A container for Microsoft Teams features available for the user. Read-only. Nullable. x-ms-navigationProperty: true todo: anyOf: - $ref: '#/components/schemas/microsoft.graph.todo' - type: object nullable: true description: Represents the To Do services available to a user. x-ms-navigationProperty: true transitiveMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: >- The groups, including nested groups, and directory roles that a user is a member of. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.user' description: Represents a Microsoft Entra user account. x-ms-discriminator-value: '#microsoft.graph.user' microsoft.graph.mailboxSettings: title: mailboxSettings required: - '@odata.type' type: object properties: archiveFolder: type: string description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' - type: object nullable: true description: >- Configuration settings to automatically notify the sender of an incoming email with a message from the signed-in user. dateFormat: type: string description: The date format for the user's mailbox. nullable: true delegateMeetingMessageDeliveryOptions: anyOf: - $ref: >- #/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions - type: object nullable: true description: >- If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. language: anyOf: - $ref: '#/components/schemas/microsoft.graph.localeInfo' - type: object nullable: true description: >- The locale information for the user, including the preferred language and country/region. timeFormat: type: string description: The time format for the user's mailbox. nullable: true timeZone: type: string description: The default time zone for the user's mailbox. nullable: true userPurpose: anyOf: - $ref: '#/components/schemas/microsoft.graph.userPurpose' - type: object nullable: true description: >- The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. workingHours: anyOf: - $ref: '#/components/schemas/microsoft.graph.workingHours' - type: object nullable: true description: >- The days of the week and hours in a specific time zone that the user works. '@odata.type': type: string microsoft.graph.recycleBinItem: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: recycleBinItem required: - '@odata.type' type: object properties: deletedDateTime: pattern: >- ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: >- Date and time when the item was deleted. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. format: date-time nullable: true deletedFromLocation: type: string description: >- Relative URL of the list or folder that originally contained the item. nullable: true size: type: number description: Size of the item in bytes. format: int64 nullable: true '@odata.type': type: string default: '#microsoft.graph.recycleBinItem' x-ms-discriminator-value: '#microsoft.graph.recycleBinItem' microsoft.graph.storageSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: storageSettings required: - '@odata.type' type: object properties: quota: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.storageSettings' 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' microsoft.graph.permissionCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionCollectionResponse' tags: - name: me.userSettings - name: storage.fileStorage - name: Storage.storage - name: storage.storageSettings - name: users.userSettings