{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Invitation API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Invitation", "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." }, { "info": { "name": "Datadog Get a User Invitation", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/user_invitations/:user_invitation_uuid", "params": [ { "name": "user_invitation_uuid", "value": "00000000-0000-0000-3456-000000000000", "type": "path", "description": "The UUID of the user invitation." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Returns a single user invitation by its UUID." } ] } ], "bundled": true }