{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin tenantRelationships.delegatedAdminRelationship API", "version": "1.0.0" }, "items": [ { "info": { "name": "tenantRelationships.delegatedAdminRelationship", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List delegatedAdminRelationships", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the delegatedAdminRelationship objects and their properties." }, { "info": { "name": "Microsoft Graph Create delegatedAdminRelationship", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new delegatedAdminRelationship object." }, { "info": { "name": "Microsoft Graph Get delegatedAdminRelationship", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties of a delegatedAdminRelationship object." }, { "info": { "name": "Microsoft Graph Update delegatedAdminRelationship", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" } ], "body": { "type": "json", "data": "{}" } }, "docs": "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." }, { "info": { "name": "Microsoft Graph Delete delegatedAdminRelationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" } ] }, "docs": "Delete a delegatedAdminRelationship object. A relationship can only be deleted if it's in the 'created' status. " }, { "info": { "name": "Microsoft Graph List accessAssignments", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/accessAssignments", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the delegatedAdminAccessAssignment objects and their properties." }, { "info": { "name": "Microsoft Graph Create accessAssignments", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/accessAssignments", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new delegatedAdminAccessAssignment object." }, { "info": { "name": "Microsoft Graph Get delegatedAdminAccessAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/accessAssignments/:delegatedAdminAccessAssignment-id", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "delegatedAdminAccessAssignment-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminAccessAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties of a delegatedAdminAccessAssignment object." }, { "info": { "name": "Microsoft Graph Update delegatedAdminAccessAssignment", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/accessAssignments/:delegatedAdminAccessAssignment-id", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "delegatedAdminAccessAssignment-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminAccessAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a delegatedAdminAccessAssignment object." }, { "info": { "name": "Microsoft Graph Delete delegatedAdminAccessAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/accessAssignments/:delegatedAdminAccessAssignment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "delegatedAdminAccessAssignment-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminAccessAssignment" } ] }, "docs": "Delete a delegatedAdminAccessAssignment object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/accessAssignments/$count", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List operations", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/operations", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the delegatedAdminRelationshipOperation objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to operations for tenantRelationships", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/operations", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to operations for tenantRelationships" }, { "info": { "name": "Microsoft Graph Get delegatedAdminRelationshipOperation", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/operations/:delegatedAdminRelationshipOperation-id", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "delegatedAdminRelationshipOperation-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationshipOperation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties of a delegatedAdminRelationshipOperation object." }, { "info": { "name": "Microsoft Graph Update the navigation property operations in tenantRelationships", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/operations/:delegatedAdminRelationshipOperation-id", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "delegatedAdminRelationshipOperation-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationshipOperation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property operations in tenantRelationships" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for tenantRelationships", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/operations/:delegatedAdminRelationshipOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "delegatedAdminRelationshipOperation-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationshipOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations for tenantRelationships" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/operations/$count", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List requests", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/requests", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the delegatedAdminRelationshipRequest objects and their properties." }, { "info": { "name": "Microsoft Graph Create requests", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/requests", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new delegatedAdminRelationshipRequest object." }, { "info": { "name": "Microsoft Graph Get delegatedAdminRelationshipRequest", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/requests/:delegatedAdminRelationshipRequest-id", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "delegatedAdminRelationshipRequest-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationshipRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a delegatedAdminRelationshipRequest object." }, { "info": { "name": "Microsoft Graph Update the navigation property requests in tenantRelationships", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/requests/:delegatedAdminRelationshipRequest-id", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "delegatedAdminRelationshipRequest-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationshipRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property requests in tenantRelationships" }, { "info": { "name": "Microsoft Graph Delete navigation property requests for tenantRelationships", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/requests/:delegatedAdminRelationshipRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "delegatedAdminRelationshipRequest-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationshipRequest" } ] }, "docs": "Microsoft Graph Delete navigation property requests for tenantRelationships" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/:delegatedAdminRelationship-id/requests/$count", "params": [ { "name": "delegatedAdminRelationship-id", "value": "", "type": "path", "description": "The unique identifier of delegatedAdminRelationship" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }