{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin directory.administrativeUnit API", "version": "1.0.0" }, "items": [ { "info": { "name": "directory.administrativeUnit", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List administrativeUnits", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits", "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": "Retrieve a list of administrativeUnit objects." }, { "info": { "name": "Microsoft Graph Create administrativeUnit", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new administrativeUnit." }, { "info": { "name": "Microsoft Graph Get administrativeUnit", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of an administrativeUnit object. The administrativeUnit resource supports extensions, which also allows you to use the GET operation to get custom properties and extension data in an administrativeUnit instance." }, { "info": { "name": "Microsoft Graph Update administrativeUnit", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an administrativeUnit object." }, { "info": { "name": "Microsoft Graph Delete administrativeUnit", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" } ] }, "docs": "Delete an administrativeUnit." }, { "info": { "name": "Microsoft Graph Get extensions from directory", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/extensions", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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": "The collection of open extensions defined for this administrative unit. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to extensions for directory", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/extensions", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to extensions for directory" }, { "info": { "name": "Microsoft Graph Get extensions from directory", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/extensions/:extension-id", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for this administrative unit. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property extensions in directory", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/extensions/:extension-id", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property extensions in directory" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for directory", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ] }, "docs": "Microsoft Graph Delete navigation property extensions for directory" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/extensions/$count", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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 members", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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": "Use this API to get the members list (users, groups, or devices) in an administrative unit." }, { "info": { "name": "Microsoft Graph Add a member", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this API to add a member (user, group, or device) to an administrative unit. Currently it's only possible to add one member at a time to an administrative unit." }, { "info": { "name": "Microsoft Graph Remove a member", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/:directoryObject-id/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" } ] }, "docs": "Use this API to remove a member (user, group, or device) from an administrative unit." }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.application", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/:directoryObject-id/graph.application", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.application" }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.device", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/:directoryObject-id/graph.device", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.device" }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.group", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/:directoryObject-id/graph.group", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.group" }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/:directoryObject-id/graph.orgContact", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact" }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/:directoryObject-id/graph.servicePrincipal", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal" }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/:directoryObject-id/graph.user", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.user" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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 members", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/$ref", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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" } ] }, "docs": "Use this API to get the members list (users, groups, or devices) in an administrative unit." }, { "info": { "name": "Microsoft Graph Add a member", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/$ref", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this API to add a member (user, group, or device) to an administrative unit. Currently it's only possible to add one member at a time to an administrative unit." }, { "info": { "name": "Microsoft Graph Remove a member", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "@id", "value": "", "type": "query", "description": "The delete Uri" } ] }, "docs": "Use this API to remove a member (user, group, or device) from an administrative unit." }, { "info": { "name": "Microsoft Graph Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.application", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.application/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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 items of type microsoft.graph.device in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.device", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.device/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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 items of type microsoft.graph.group in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.group", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.group/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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 items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.orgContact", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.orgContact/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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 items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.servicePrincipal", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.servicePrincipal/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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 items of type microsoft.graph.user in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.user", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/members/graph.user/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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 scopedRoleMembers", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/scopedRoleMembers", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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": "List Microsoft Entra role assignments with administrative unit scope." }, { "info": { "name": "Microsoft Graph Add a scopedRoleMember", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/scopedRoleMembers", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assign a Microsoft Entra role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Microsoft Entra roles with administrative unit scope." }, { "info": { "name": "Microsoft Graph Get a scopedRoleMember", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/scopedRoleMembers/:scopedRoleMembership-id", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "scopedRoleMembership-id", "value": "", "type": "path", "description": "The unique identifier of scopedRoleMembership" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a Microsoft Entra role assignment with administrative unit scope." }, { "info": { "name": "Microsoft Graph Update the navigation property scopedRoleMembers in directory", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/scopedRoleMembers/:scopedRoleMembership-id", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "scopedRoleMembership-id", "value": "", "type": "path", "description": "The unique identifier of scopedRoleMembership" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property scopedRoleMembers in directory" }, { "info": { "name": "Microsoft Graph Remove a scopedRoleMember", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/scopedRoleMembers/:scopedRoleMembership-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "name": "scopedRoleMembership-id", "value": "", "type": "path", "description": "The unique identifier of scopedRoleMembership" } ] }, "docs": "Remove a Microsoft Entra role assignment with administrative unit scope." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/:administrativeUnit-id/scopedRoleMembers/$count", "params": [ { "name": "administrativeUnit-id", "value": "", "type": "path", "description": "The unique identifier of administrativeUnit" }, { "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/directory/administrativeUnits/$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" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/administrativeUnits/delta()", "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Invoke function delta" } ] } ], "bundled": true }