openapi: 3.1.0 info: title: Microsoft Graph Tenantrelationships description: Needs a description. paths: /tenantRelationships: description: Provides operations to manage the tenantRelationship singleton. get: tags: - tenantRelationships.tenantRelationship summary: Microsoft Graph Get tenantRelationships operationId: tenantRelationships.tenantRelationship.GetTenantRelationship 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.tenantRelationship' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.tenantRelationship summary: Microsoft Graph Update tenantRelationships operationId: tenantRelationships.tenantRelationship.UpdateTenantRelationship requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantRelationship' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantRelationship' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /tenantRelationships/delegatedAdminCustomers: description: >- Provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Microsoft Graph List delegatedAdminCustomers description: Get a list of the delegatedAdminCustomer objects and their properties. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0 operationId: tenantRelationships.ListDelegatedAdminCustomers 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.delegatedAdminCustomerCollectionResponse 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: - tenantRelationships.delegatedAdminCustomer summary: >- Microsoft Graph Create new navigation property to delegatedAdminCustomers for tenantRelationships operationId: tenantRelationships.CreateDelegatedAdminCustomers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}: description: >- Provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Microsoft Graph Get delegatedAdminCustomer description: Read the properties of a delegatedAdminCustomer object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0 operationId: tenantRelationships.GetDelegatedAdminCustomers 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.delegatedAdminCustomer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminCustomer summary: >- Microsoft Graph Update the navigation property delegatedAdminCustomers in tenantRelationships operationId: tenantRelationships.UpdateDelegatedAdminCustomers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminCustomer summary: >- Microsoft Graph Delete navigation property delegatedAdminCustomers for tenantRelationships operationId: tenantRelationships.DeleteDelegatedAdminCustomers 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: delegatedAdminCustomer-id in: path description: The unique identifier of delegatedAdminCustomer required: true schema: type: string x-ms-docs-key-type: delegatedAdminCustomer /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails: description: >- Provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Microsoft Graph List serviceManagementDetails description: >- Get a list of the delegatedAdminServiceManagementDetail objects and their properties. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminCustomers.ListServiceManagementDetails 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.delegatedAdminServiceManagementDetailCollectionResponse 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: - tenantRelationships.delegatedAdminCustomer summary: >- Microsoft Graph Create new navigation property to serviceManagementDetails for tenantRelationships operationId: >- tenantRelationships.delegatedAdminCustomers.CreateServiceManagementDetails requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminCustomer-id in: path description: The unique identifier of delegatedAdminCustomer required: true schema: type: string x-ms-docs-key-type: delegatedAdminCustomer ? /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id} : description: >- Provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Microsoft Graph Get serviceManagementDetails from tenantRelationships description: >- Contains the management details of a service in the customer tenant that's managed by delegated administration. operationId: tenantRelationships.delegatedAdminCustomers.GetServiceManagementDetails 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.delegatedAdminServiceManagementDetail 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminCustomer summary: >- Microsoft Graph Update the navigation property serviceManagementDetails in tenantRelationships operationId: >- tenantRelationships.delegatedAdminCustomers.UpdateServiceManagementDetails requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminCustomer summary: >- Microsoft Graph Delete navigation property serviceManagementDetails for tenantRelationships operationId: >- tenantRelationships.delegatedAdminCustomers.DeleteServiceManagementDetails 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: delegatedAdminCustomer-id in: path description: The unique identifier of delegatedAdminCustomer required: true schema: type: string x-ms-docs-key-type: delegatedAdminCustomer - name: delegatedAdminServiceManagementDetail-id in: path description: The unique identifier of delegatedAdminServiceManagementDetail required: true schema: type: string x-ms-docs-key-type: delegatedAdminServiceManagementDetail /tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Microsoft Graph Get the number of the resource operationId: >- tenantRelationships.delegatedAdminCustomers.serviceManagementDetails.GetCount-d662 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: delegatedAdminCustomer-id in: path description: The unique identifier of delegatedAdminCustomer required: true schema: type: string x-ms-docs-key-type: delegatedAdminCustomer /tenantRelationships/delegatedAdminCustomers/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Microsoft Graph Get the number of the resource operationId: tenantRelationships.delegatedAdminCustomers.GetCount-e293 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' /tenantRelationships/delegatedAdminRelationships: description: >- Provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph List delegatedAdminRelationships description: >- Get a list of the delegatedAdminRelationship objects and their properties. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0 operationId: tenantRelationships.ListDelegatedAdminRelationships 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.delegatedAdminRelationshipCollectionResponse 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: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Create delegatedAdminRelationship description: Create a new delegatedAdminRelationship object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0 operationId: tenantRelationships.CreateDelegatedAdminRelationships requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationship 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}: description: >- Provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Get delegatedAdminRelationship description: Read the properties of a delegatedAdminRelationship object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0 operationId: tenantRelationships.GetDelegatedAdminRelationships 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.delegatedAdminRelationship 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Update delegatedAdminRelationship description: "Update the properties of a delegatedAdminRelationship object. The following restrictions apply:\r\n- You can update this relationship when its status property is created.\r\n- You can update the autoExtendDuration property when status is either created or active.\r\n- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation." externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0 operationId: tenantRelationships.UpdateDelegatedAdminRelationships requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationship 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Delete delegatedAdminRelationship description: >- Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0 operationId: tenantRelationships.DeleteDelegatedAdminRelationships 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: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments: description: >- Provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph List accessAssignments description: >- Get a list of the delegatedAdminAccessAssignment objects and their properties. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.ListAccessAssignments 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.delegatedAdminAccessAssignmentCollectionResponse 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: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Create accessAssignments description: Create a new delegatedAdminAccessAssignment object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.CreateAccessAssignments requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminAccessAssignment required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminAccessAssignment 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship ? /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id} : description: >- Provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Get delegatedAdminAccessAssignment description: Read the properties of a delegatedAdminAccessAssignment object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.GetAccessAssignments 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.delegatedAdminAccessAssignment 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Update delegatedAdminAccessAssignment description: Update the properties of a delegatedAdminAccessAssignment object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.UpdateAccessAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminAccessAssignment required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminAccessAssignment 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Delete delegatedAdminAccessAssignment description: Delete a delegatedAdminAccessAssignment object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.DeleteAccessAssignments 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: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship - name: delegatedAdminAccessAssignment-id in: path description: The unique identifier of delegatedAdminAccessAssignment required: true schema: type: string x-ms-docs-key-type: delegatedAdminAccessAssignment /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Get the number of the resource operationId: >- tenantRelationships.delegatedAdminRelationships.accessAssignments.GetCount-8cbf 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: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations: description: >- Provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph List operations description: >- Get a list of the delegatedAdminRelationshipOperation objects and their properties. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: >- #/components/responses/microsoft.graph.delegatedAdminRelationshipOperationCollectionResponse 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: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Create new navigation property to operations for tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship ? /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id} : description: >- Provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Get delegatedAdminRelationshipOperation description: Read the properties of a delegatedAdminRelationshipOperation object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Update the navigation property operations in tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Delete navigation property operations for tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship - name: delegatedAdminRelationshipOperation-id in: path description: The unique identifier of delegatedAdminRelationshipOperation required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationshipOperation /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Get the number of the resource operationId: tenantRelationships.delegatedAdminRelationships.operations.GetCount-3beb 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: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests: description: >- Provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph List requests description: >- Get a list of the delegatedAdminRelationshipRequest objects and their properties. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.ListRequests 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.delegatedAdminRelationshipRequestCollectionResponse 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: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Create requests description: Create a new delegatedAdminRelationshipRequest object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.CreateRequests requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship ? /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id} : description: >- Provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Get delegatedAdminRelationshipRequest description: >- Read the properties and relationships of a delegatedAdminRelationshipRequest object. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.GetRequests 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.delegatedAdminRelationshipRequest 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Update the navigation property requests in tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.UpdateRequests requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Delete navigation property requests for tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.DeleteRequests 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: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship - name: delegatedAdminRelationshipRequest-id in: path description: The unique identifier of delegatedAdminRelationshipRequest required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationshipRequest /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Get the number of the resource operationId: tenantRelationships.delegatedAdminRelationships.requests.GetCount-f3a6 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: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship /tenantRelationships/delegatedAdminRelationships/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Microsoft Graph Get the number of the resource operationId: tenantRelationships.delegatedAdminRelationships.GetCount-9d12 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' /tenantRelationships/findTenantInformationByDomainName(domainName='{domainName}'): description: Provides operations to call the findTenantInformationByDomainName method. get: tags: - tenantRelationships.tenantRelationship.Functions summary: Microsoft Graph Invoke function findTenantInformationByDomainName description: >- Given a domain name, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant access settings between you and the tenant. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbydomainname?view=graph-rest-1.0 operationId: tenantRelationships.findTenantInformationByDomainName responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.tenantInformation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: domainName in: path description: 'Usage: domainName=''{domainName}''' required: true schema: type: string nullable: true /tenantRelationships/findTenantInformationByTenantId(tenantId='{tenantId}'): description: Provides operations to call the findTenantInformationByTenantId method. get: tags: - tenantRelationships.tenantRelationship.Functions summary: Microsoft Graph Invoke function findTenantInformationByTenantId description: >- Given a tenant ID, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant cross-tenant access settings between you and the tenant. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbytenantid?view=graph-rest-1.0 operationId: tenantRelationships.findTenantInformationByTenantId responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.tenantInformation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: tenantId in: path description: 'Usage: tenantId=''{tenantId}''' required: true schema: type: string nullable: true /tenantRelationships/multiTenantOrganization: description: >- Provides operations to manage the multiTenantOrganization property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph Get multiTenantOrganization description: Get properties of the multitenant organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0 operationId: tenantRelationships.GetMultiTenantOrganization 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.multiTenantOrganization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph Update multiTenantOrganization description: Update the properties of a multitenant organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 operationId: tenantRelationships.UpdateMultiTenantOrganization requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /tenantRelationships/multiTenantOrganization/joinRequest: description: >- Provides operations to manage the joinRequest property of the microsoft.graph.multiTenantOrganization entity. get: tags: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph Get multiTenantOrganizationJoinRequestRecord description: Get the status of a tenant joining a multitenant organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.GetJoinRequest 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.multiTenantOrganizationJoinRequestRecord 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph Update multiTenantOrganizationJoinRequestRecord description: >- Join a multitenant organization, after the owner of the multitenant organization has added your tenant to the multitenant organization as pending. Before a tenant added to a multitenant organization can participate in the multitenant organization, the administrator of the joining tenant must submit a join request. To allow for asynchronous processing, you must wait up to 2 hours before joining a multitenant organization is completed. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.UpdateJoinRequest requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /tenantRelationships/multiTenantOrganization/tenants: description: >- Provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity. get: tags: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph List multiTenantOrganizationMembers description: List the tenants and their properties in the multitenant organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.ListTenants 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.multiTenantOrganizationMemberCollectionResponse 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: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph Add multiTenantOrganizationMember description: >- Add a tenant to a multitenant organization. The administrator of an owner tenant has the permissions to add tenants to the multitenant organization. The added tenant is in the pending state until the administrator of the added tenant joins the multitenant organization by submitting a join request. A tenant can be part of only one multitenant organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.CreateTenants requestBody: description: New navigation property content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.multiTenantOrganizationMember required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.multiTenantOrganizationMember 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}: description: >- Provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity. get: tags: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph Get multiTenantOrganizationMember description: Get a tenant and its properties in the multitenant organization. externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.GetTenants 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.multiTenantOrganizationMember 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph Update the navigation property tenants in tenantRelationships operationId: tenantRelationships.multiTenantOrganization.UpdateTenants requestBody: description: New navigation property values content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.multiTenantOrganizationMember required: true responses: 2XX: description: Success content: application/json: schema: $ref: >- #/components/schemas/microsoft.graph.multiTenantOrganizationMember 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph Remove multiTenantOrganizationMember description: >- Remove a tenant from a multitenant organization. A tenant can be removed in the following scenarios: externalDocs: description: Find more info here url: >- https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.DeleteTenants 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: multiTenantOrganizationMember-id in: path description: The unique identifier of multiTenantOrganizationMember required: true schema: type: string x-ms-docs-key-type: multiTenantOrganizationMember /tenantRelationships/multiTenantOrganization/tenants/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.multiTenantOrganization summary: Microsoft Graph Get the number of the resource operationId: tenantRelationships.multiTenantOrganization.tenants.GetCount-3393 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' components: schemas: microsoft.graph.tenantRelationship: title: tenantRelationship required: - '@odata.type' type: object properties: delegatedAdminCustomers: type: array items: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' description: >- The customer who has a delegated admin relationship with a Microsoft partner. x-ms-navigationProperty: true delegatedAdminRelationships: type: array items: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' description: >- The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. x-ms-navigationProperty: true multiTenantOrganization: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganization' - type: object nullable: true description: >- Defines an organization with more than one instance of Microsoft Entra ID. x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.delegatedAdminCustomer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: delegatedAdminCustomer required: - '@odata.type' type: object properties: displayName: type: string description: >- The Microsoft Entra ID display name of the customer tenant. Read-only. Supports $orderby. nullable: true tenantId: type: string description: >- The Microsoft Entra ID-assigned tenant ID of the customer. Read-only. serviceManagementDetails: type: array items: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail description: >- Contains the management details of a service in the customer tenant that's managed by delegated administration. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.delegatedAdminCustomer' microsoft.graph.delegatedAdminRelationship: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: delegatedAdminRelationship required: - '@odata.type' type: object properties: accessDetails: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessDetails' activatedDateTime: 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 in ISO 8601 format and in UTC time when the relationship became active. Read-only. format: date-time nullable: true autoExtendDuration: pattern: ^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$ type: string description: >- The duration by which the validity of the relationship is automatically extended, denoted in ISO 8601 format. Supported values are: P0D, PT0S, P180D. The default value is PT0S. PT0S indicates that the relationship expires when the endDateTime is reached and it isn't automatically extended. format: duration 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 in ISO 8601 format and in UTC time when the relationship was created. Read-only. format: date-time nullable: true customer: anyOf: - $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipCustomerParticipant - type: object nullable: true description: >- The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Can't be changed by the customer. displayName: type: string description: >- The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner and is set by the partner only when the relationship is in the created status and can't be changed by the customer. Maximum length is 50 characters. duration: pattern: ^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$ type: string description: >- The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and can't be changed by the customer. format: duration endDateTime: 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 in ISO 8601 format and in UTC time when the status of relationship changes to either terminated or expired. Calculated as endDateTime = activatedDateTime + duration. Read-only. format: date-time nullable: true lastModifiedDateTime: 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 in ISO 8601 format and in UTC time when the relationship was last modified. Read-only. format: date-time nullable: true status: anyOf: - $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipStatus - type: object nullable: true description: >- The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby. accessAssignments: type: array items: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminAccessAssignment description: >- The access assignments associated with the delegated admin relationship. x-ms-navigationProperty: true operations: type: array items: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation description: >- The long running operations associated with the delegated admin relationship. x-ms-navigationProperty: true requests: type: array items: $ref: >- #/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest description: The requests associated with the delegated admin relationship. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.resellerDelegatedAdminRelationship': >- #/components/schemas/microsoft.graph.resellerDelegatedAdminRelationship microsoft.graph.tenantInformation: title: tenantInformation required: - '@odata.type' type: object properties: defaultDomainName: type: string description: Primary domain name of a Microsoft Entra tenant. nullable: true displayName: type: string description: Display name of a Microsoft Entra tenant. nullable: true federationBrandName: type: string description: Name shown to users that sign in to a Microsoft Entra tenant. nullable: true tenantId: type: string description: Unique identifier of a Microsoft Entra tenant. '@odata.type': type: string microsoft.graph.multiTenantOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: multiTenantOrganization required: - '@odata.type' type: object properties: 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 when multitenant organization was created. Read-only. format: date-time nullable: true description: type: string description: Description of the multitenant organization. nullable: true displayName: type: string description: Display name of the multitenant organization. nullable: true state: anyOf: - $ref: >- #/components/schemas/microsoft.graph.multiTenantOrganizationState - type: object nullable: true description: >- State of the multitenant organization. The possible values are: active, inactive, unknownFutureValue. active indicates the multitenant organization is created. inactive indicates the multitenant organization isn't created. Read-only. joinRequest: anyOf: - $ref: >- #/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord - type: object nullable: true description: >- Defines the status of a tenant joining a multitenant organization. x-ms-navigationProperty: true tenants: type: array items: $ref: >- #/components/schemas/microsoft.graph.multiTenantOrganizationMember description: Defines tenants added to a multitenant organization. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.multiTenantOrganization' 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' tags: - name: tenantRelationships.delegatedAdminCustomer - name: tenantRelationships.delegatedAdminRelationship - name: tenantRelationships.multiTenantOrganization - name: tenantRelationships.tenantRelationship - name: tenantRelationships.tenantRelationship.Functions