{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector CIAMTenants API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "CIAMTenants", "type": "folder" }, "items": [ { "info": { "name": "Post Subscriptions Subscriptionid Providers Microsoft Azureactivedirectory Checknameavailability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.AzureActiveDirectory/checkNameAvailability", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to be used with the client request." } ] }, "docs": "Checks the availability and validity of a domain name for the tenant." }, { "info": { "name": "Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureactivedirectory Ciamdirectories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzureActiveDirectory/ciamDirectories" }, "docs": "Get all the Azure AD for customers tenants resources in a resource group." }, { "info": { "name": "Get Subscriptions Subscriptionid Providers Microsoft Azureactivedirectory Ciamdirectories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.AzureActiveDirectory/ciamDirectories" }, "docs": "Get all the Azure AD for customers tenant resources in a subscription." }, { "info": { "name": "Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureactivedirectory Ciamdirectories Resourcename", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzureActiveDirectory/ciamDirectories/:resourceName", "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "The initial sub domain of the tenant." } ] }, "docs": "Get the Azure AD for customers tenant resource." }, { "info": { "name": "Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureactivedirectory Ciamdirectories Resourcename", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzureActiveDirectory/ciamDirectories/:resourceName", "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "The initial sub domain of the tenant." } ] }, "docs": "Initiates an async request to create both the Azure AD for customers tenant and the corresponding Azure resource linked to a subscription. Note: Please check name availability before creating a new tenant" }, { "info": { "name": "Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureactivedirectory Ciamdirectories Resourcename", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzureActiveDirectory/ciamDirectories/:resourceName", "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "The initial sub domain of the tenant." } ] }, "docs": "Update the Azure AD for customers tenant resource." }, { "info": { "name": "Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Azureactivedirectory Ciamdirectories Resourcename", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.AzureActiveDirectory/ciamDirectories/:resourceName", "params": [ { "name": "resourceName", "value": "", "type": "path", "description": "The initial sub domain of the tenant." } ] }, "docs": "Initiates an async operation to delete the Azure AD for customers tenant and Azure resource. The resource deletion can only happen as the last step in [the tenant deletion process](https://aka.ms/delete-ciam-tenant). " } ] } ], "bundled": true }