{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Organization.organization API", "version": "1.0.0" }, "items": [ { "info": { "name": "Organization.organization", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization", "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 organization objects. There's only one organization object in the collection." }, { "info": { "name": "Microsoft Graph Add new entity to organization", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/organization", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Add new entity to organization" }, { "info": { "name": "Microsoft Graph Get organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties and relationships of the currently authenticated organization. Since the organization resource supports extensions, you can also use the GET operation to get custom properties and extension data in an organization instance." }, { "info": { "name": "Microsoft Graph Update organization", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of the currently authenticated organization. In this case, organization is defined as a collection of exactly one record, and so its ID must be specified in the request. The ID is also known as the tenantId of the organization." }, { "info": { "name": "Microsoft Graph Delete entity from organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "Microsoft Graph Delete entity from organization" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/$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 }