{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Application Templates Instantiate API", "version": "1.0.0" }, "items": [ { "info": { "name": "Application Templates Instantiate", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Create Instantiate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applicationTemplates/:applicationTemplate-id/instantiate", "params": [ { "name": "applicationTemplate-id", "value": "", "type": "path", "description": "The unique identifier of applicationTemplate" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add an instance of an application from the Microsoft Entra application gallery into your directory. For non-gallery apps, use an application template with one of the following IDs to configure different single sign-on (SSO) modes like SAML SSO and password-based SSO." } ] } ], "bundled": true }