{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Owners API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Owners", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List owners of an application", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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 owners for an application that are directoryObject types." }, { "info": { "name": "Microsoft Graph Remove application owner", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/:directoryObject-id/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" } ] }, "docs": "Remove an owner from an application. As a recommended best practice, apps should have at least two owners." }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/:directoryObject-id/graph.appRoleAssignment", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Performs GET operation on /applications/{application-id}/owners/{directoryObject-id}/graph.appRoleAssignment" }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/:directoryObject-id/graph.endpoint", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Performs GET operation on /applications/{application-id}/owners/{directoryObject-id}/graph.endpoint" }, { "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/applications/:application-id/owners/:directoryObject-id/graph.servicePrincipal", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Performs GET operation on /applications/{application-id}/owners/{directoryObject-id}/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/applications/:application-id/owners/:directoryObject-id/graph.user", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Performs GET operation on /applications/{application-id}/owners/{directoryObject-id}/graph.user" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Performs GET operation on /applications/{application-id}/owners/$count" }, { "info": { "name": "Microsoft Graph List owners of an application", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/$ref", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Retrieve a list of owners for an application that are directoryObject types." }, { "info": { "name": "Microsoft Graph Add owner", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/$ref", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ] }, "docs": "Add an owner to an application. Application owners can be individual users, the associated service principal, or another service principal." }, { "info": { "name": "Microsoft Graph Remove application owner", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "@id", "value": "", "type": "query", "description": "The delete Uri" } ] }, "docs": "Remove an owner from an application. As a recommended best practice, apps should have at least two owners." }, { "info": { "name": "Microsoft Graph Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/graph.appRoleAssignment", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Performs GET operation on /applications/{application-id}/owners/graph.appRoleAssignment" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/graph.appRoleAssignment/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Performs GET operation on /applications/{application-id}/owners/graph.appRoleAssignment/$count" }, { "info": { "name": "Microsoft Graph Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/graph.endpoint", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Performs GET operation on /applications/{application-id}/owners/graph.endpoint" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/graph.endpoint/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Performs GET operation on /applications/{application-id}/owners/graph.endpoint/$count" }, { "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/applications/:application-id/owners/graph.servicePrincipal", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Performs GET operation on /applications/{application-id}/owners/graph.servicePrincipal" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/graph.servicePrincipal/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Performs GET operation on /applications/{application-id}/owners/graph.servicePrincipal/$count" }, { "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/applications/:application-id/owners/graph.user", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "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": "Performs GET operation on /applications/{application-id}/owners/graph.user" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/owners/graph.user/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Performs GET operation on /applications/{application-id}/owners/graph.user/$count" } ] } ], "bundled": true }