{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts External Users API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "External Users", "type": "folder" }, "items": [ { "info": { "name": "Sentry Create an external user", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/external-users/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a mapping between a Sentry user and an external service user." }, { "info": { "name": "Sentry Update an external user", "type": "http" }, "http": { "method": "PUT", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/external-users/:external_user_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "external_user_id", "value": "", "type": "path", "description": "The ID of the external user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an external user mapping." }, { "info": { "name": "Sentry Delete an external user", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/external-users/:external_user_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "external_user_id", "value": "", "type": "path", "description": "The ID of the external user." } ] }, "docs": "Deletes an external user mapping." } ] } ], "bundled": true }