{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin identity.identityProviderBase API", "version": "1.0.0" }, "items": [ { "info": { "name": "identity.identityProviderBase", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List identityProviders", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/identityProviders", "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": "Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects." }, { "info": { "name": "Microsoft Graph Create identityProvider", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identity/identityProviders", "body": { "type": "json", "data": "{}" } }, "docs": "Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource." }, { "info": { "name": "Microsoft Graph Get identityProvider", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/identityProviders/:identityProviderBase-id", "params": [ { "name": "identityProviderBase-id", "value": "", "type": "path", "description": "The unique identifier of identityProviderBase" }, { "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 specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource." }, { "info": { "name": "Microsoft Graph Update identityProvider", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identity/identityProviders/:identityProviderBase-id", "params": [ { "name": "identityProviderBase-id", "value": "", "type": "path", "description": "The unique identifier of identityProviderBase" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource." }, { "info": { "name": "Microsoft Graph Delete identityProvider", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identity/identityProviders/:identityProviderBase-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "identityProviderBase-id", "value": "", "type": "path", "description": "The unique identifier of identityProviderBase" } ] }, "docs": "Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/identityProviders/$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" }, { "info": { "name": "Microsoft Graph Invoke function availableProviderTypes", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/identityProviders/availableProviderTypes()", "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" } ] }, "docs": "Get all identity providers supported in a directory." } ] } ], "bundled": true }