{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Members API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Members", "type": "folder" }, "items": [ { "info": { "name": "Sentry List organization members", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/members/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of members bound to the organization." }, { "info": { "name": "Sentry Add a member to an organization", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/members/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a member to an organization by email address." }, { "info": { "name": "Sentry Retrieve an organization member", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/members/:member_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "member_id", "value": "", "type": "path", "description": "The ID of the member to retrieve." } ] }, "docs": "Returns details for a specific organization member." }, { "info": { "name": "Sentry Update organization member roles", "type": "http" }, "http": { "method": "PUT", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/members/:member_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "member_id", "value": "", "type": "path", "description": "The ID of the member to retrieve." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the role and team memberships for an organization member." }, { "info": { "name": "Sentry Delete an organization member", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/members/:member_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "member_id", "value": "", "type": "path", "description": "The ID of the member to retrieve." } ] }, "docs": "Removes a member from an organization." }, { "info": { "name": "Sentry List a team's members", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/teams/:organization_id_or_slug/:team_id_or_slug/members/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "team_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the team." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor." } ] }, "docs": "Returns a list of members bound to a team." }, { "info": { "name": "Sentry Add an organization member to a team", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/members/:member_id/teams/:team_id_or_slug/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "member_id", "value": "", "type": "path", "description": "The ID of the organization member." }, { "name": "team_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the team." } ] }, "docs": "Adds an existing organization member to a team." }, { "info": { "name": "Sentry Update an organization member's team role", "type": "http" }, "http": { "method": "PUT", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/members/:member_id/teams/:team_id_or_slug/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "member_id", "value": "", "type": "path", "description": "The ID of the organization member." }, { "name": "team_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the team." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the role of a member within a specific team." }, { "info": { "name": "Sentry Delete an organization member from a team", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/members/:member_id/teams/:team_id_or_slug/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "member_id", "value": "", "type": "path", "description": "The ID of the organization member." }, { "name": "team_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the team." } ] }, "docs": "Removes a member from a team." }, { "info": { "name": "Sentry List a user's teams for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/users/:user_id/teams/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user." } ] }, "docs": "Returns a list of teams the specified user belongs to within an organization." } ] } ], "bundled": true }