{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Invitations.invitation API", "version": "1.0.0" }, "items": [ { "info": { "name": "Invitations.invitation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get entities from invitations", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/invitations", "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": "Microsoft Graph Get entities from invitations" }, { "info": { "name": "Microsoft Graph Create invitation", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/invitations", "body": { "type": "json", "data": "{}" } }, "docs": "Use this API to create a new invitation or reset the redemption status for a guest user who already redeemed their invitation. The invitation adds the external user to the organization as part of B2B collaboration. B2B collaboration is supported in both Microsoft Entra External ID in workforce and external tenants. When creating a new invitation, you have several options available:" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/invitations/$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 }