{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Organizations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get a User Organization", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/users/:user_id/orgs", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get a user organization. Returns the user information and all organizations\njoined by this user." } ] } ], "bundled": true }