{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Emails API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Emails", "type": "folder" }, "items": [ { "info": { "name": "Datadog Send Invitation Emails", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/user_invitations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Sends emails to one or more users inviting them to join the organization." } ] } ], "bundled": true }