{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin servicePrincipals.servicePrincipal API", "version": "1.0.0" }, "items": [ { "info": { "name": "servicePrincipals.servicePrincipal", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List servicePrincipals", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/servicePrincipals", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "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 servicePrincipal objects." }, { "info": { "name": "Microsoft Graph Create servicePrincipal", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/servicePrincipals", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new servicePrincipal object." }, { "info": { "name": "Microsoft Graph Get servicePrincipal", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/:servicePrincipal-id", "params": [ { "name": "servicePrincipal-id", "value": "", "type": "path", "description": "The unique identifier of servicePrincipal" }, { "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 a servicePrincipal object." }, { "info": { "name": "Microsoft Graph Upsert servicePrincipal", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/:servicePrincipal-id", "params": [ { "name": "servicePrincipal-id", "value": "", "type": "path", "description": "The unique identifier of servicePrincipal" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new servicePrincipal object if it doesn't exist, or update the properties of an existing servicePrincipal object." }, { "info": { "name": "Microsoft Graph Delete servicePrincipal", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/:servicePrincipal-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "servicePrincipal-id", "value": "", "type": "path", "description": "The unique identifier of servicePrincipal" } ] }, "docs": "Delete a servicePrincipal object." }, { "info": { "name": "Microsoft Graph Get servicePrincipal", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/servicePrincipals(appId=':appId')", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Alternate key of servicePrincipal" }, { "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 a servicePrincipal object." }, { "info": { "name": "Microsoft Graph Upsert servicePrincipal", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/servicePrincipals(appId=':appId')", "params": [ { "name": "appId", "value": "", "type": "path", "description": "Alternate key of servicePrincipal" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new servicePrincipal object if it doesn't exist, or update the properties of an existing servicePrincipal object." }, { "info": { "name": "Microsoft Graph Delete servicePrincipal", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/servicePrincipals(appId=':appId')", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "appId", "value": "", "type": "path", "description": "Alternate key of servicePrincipal" } ] }, "docs": "Delete a servicePrincipal object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/servicePrincipals/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "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 }