Skip to main content
Server path: /bugsnag-organizations | Type: Application | PCID required: Yes

Tools

ToolDescription
bugsnag_organizations_add_organization_collaborator_team_membershipsAdd a collaborator to a group of Teams
bugsnag_organizations_add_organization_team_membershipsAdd Collaborators to a Team
bugsnag_organizations_bulk_invite_organization_collaboratorsBulk invite collaborators to your organization
bugsnag_organizations_create_organizationCreate an Organization
bugsnag_organizations_create_organization_teamCreate a Team
bugsnag_organizations_create_saved_searchCreate a Saved Search
bugsnag_organizations_delete_organizationDelete an Organization
bugsnag_organizations_delete_organization_collaboratorDelete a Collaborator
bugsnag_organizations_delete_organization_collaborator_team_membershipsRemove a Collaborator from a group of Teams
bugsnag_organizations_delete_organization_teamDelete a team
bugsnag_organizations_delete_organization_team_membershipsRemove Collaborators from a Team
bugsnag_organizations_delete_organization_team_project_accessesRemove Project Access from a Team
bugsnag_organizations_delete_saved_search_by_idDelete a Saved Search
bugsnag_organizations_get_organization_by_idView an Organization
bugsnag_organizations_get_organization_collaboratorShow a Collaborator on an Organization
bugsnag_organizations_get_organization_collaborator_project_access_by_idShow a Collaborator’s Access Details for a Project
bugsnag_organizations_get_organization_collaborator_project_access_countsView the project count of a collaborator
bugsnag_organizations_get_organization_collaborator_projectsView Projects a Collaborator has access to
bugsnag_organizations_get_organization_projectsList an Organization’s Projects
bugsnag_organizations_get_organization_teamShow the details of a team
bugsnag_organizations_get_project_collaboratorShow a collaborator in a project.
bugsnag_organizations_get_saved_search_by_idGet a Saved Search
bugsnag_organizations_get_saved_search_usage_summaryGet the Usage Summary for a Saved Search
bugsnag_organizations_invite_organization_collaboratorInvite a collaborator to your organization
bugsnag_organizations_list_organization_collaborator_project_accessesList project accesses for a collaborator
bugsnag_organizations_list_organization_collaborator_suggested_teamsList Suggested Teams for a Collaborator
bugsnag_organizations_list_organization_collaborator_teamsList Teams for a Collaborator
bugsnag_organizations_list_organization_collaboratorsList all collaborators that are members of your organization
bugsnag_organizations_list_organization_spansList Spans for a Trace
bugsnag_organizations_list_organization_team_collaboratorsList the Collaborators in a Team
bugsnag_organizations_list_organization_team_project_accessesList Project Access for a Team
bugsnag_organizations_list_organization_team_suggested_collaboratorsList Suggested Collaborators to Add to a Team
bugsnag_organizations_list_organization_team_suggested_projectsSuggest Projects to Add to a Team
bugsnag_organizations_list_organization_teamsList Teams from a query
bugsnag_organizations_list_project_collaboratorsList Collaborators on a Project
bugsnag_organizations_list_project_saved_searchesList Saved Searches on a Project
bugsnag_organizations_list_user_organizationsList the Current User’s Organizations
bugsnag_organizations_organization_event_data_deletionsCreate an event deletion request
bugsnag_organizations_organization_event_data_deletions_by_idCheck the status of an event deletion request
bugsnag_organizations_organization_event_data_deletions_confirmConfirm an event deletion request
bugsnag_organizations_organization_event_data_requestsCreate an event data request
bugsnag_organizations_organization_event_data_requests_by_idCheck the status of an event data request
bugsnag_organizations_revoke_organization_api_keyRegenerate an Organization’s API key
bugsnag_organizations_revoke_organization_auth_tokenRegenerate an Organization’s auth token
bugsnag_organizations_update_organization_by_idUpdate an Organization
bugsnag_organizations_update_organization_collaboratorUpdate a Collaborator’s permissions
bugsnag_organizations_update_organization_teamUpdate a team name
bugsnag_organizations_update_organization_team_project_accessesAdd Project Access to a Team
bugsnag_organizations_update_saved_search_by_idUpdate a Saved Search

bugsnag_organizations_add_organization_collaborator_team_memberships

Add a collaborator to a group of Teams Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesThe ID of the organization.
idstringYesThe ID of the collaborator.
add_all_teamsbooleanNoWhether to assign the collaborator to all teams in the organization
team_idsstring[]NoIDs of the teams to assign the collaborator to. This variable is optional, but required if add_all_teams is false

bugsnag_organizations_add_organization_team_memberships

Add Collaborators to a Team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team
add_all_collaboratorsbooleanNoAdd all organization collaborators to the team. This should not be set if collaborator_ids is specified.
collaborator_idsstring[]NoCollaborators to add to the team.

bugsnag_organizations_bulk_invite_organization_collaborators

Bulk invite collaborators to your organization Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesthe ID of your organization
adminbooleanNoWhether to give admin permissions to the invited user(s).
emailsstring[]YesA list of emails to invite
project_idsstring[]NoThe ids of projects in the current organization that the invited user should have access to. Leave blank if the admin field is set to true. Admins have access to all projects. Only one of project_roles and project_ids may be supplied.
project_rolesobjectNoThe IDs of the projects to which the user should have access, and the roles they should have, either ‘project_owner’ or ‘project_member’. Leave blank if the admin field is set to true. Admins have access to all projects. Only one of project_roles and project_ids may be supplied. This field may only be supplied if the enterprise-roles feature is enabled for the account.

bugsnag_organizations_create_organization

Create an Organization Parameters:
ParameterTypeRequiredDefaultDescription
namestringYesName of the company or organization to create

bugsnag_organizations_create_organization_team

Create a Team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
namestringYesThe name value

Create a Saved Search Parameters:
ParameterTypeRequiredDefaultDescription
filtersobjectYesThe filters value
namestringYesname of the saved search
project_defaultbooleanYeswhether this saved search is the project default for the current user
project_idstringYesID of project this saved search is for
sharedbooleanNowhether this saved search is shared among collaborators
sortstringNoSort order for results

bugsnag_organizations_delete_organization

Delete an Organization Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesID of the organization

bugsnag_organizations_delete_organization_collaborator

Delete a Collaborator Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesthe ID of your organization
idstringYesthe ID of the collaborator to update

bugsnag_organizations_delete_organization_collaborator_team_memberships

Remove a Collaborator from a group of Teams Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesThe ID of the organization.
idstringYesThe ID of the collaborator.

bugsnag_organizations_delete_organization_team

Delete a team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team to be deleted

bugsnag_organizations_delete_organization_team_memberships

Remove Collaborators from a Team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team

bugsnag_organizations_delete_organization_team_project_accesses

Remove Project Access from a Team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team

bugsnag_organizations_delete_saved_search_by_id

Delete a Saved Search Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe ID of the saved search

bugsnag_organizations_get_organization_by_id

View an Organization Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesthe ID of the organization

bugsnag_organizations_get_organization_collaborator

Show a Collaborator on an Organization Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the collaborator

bugsnag_organizations_get_organization_collaborator_project_access_by_id

Show a Collaborator’s Access Details for a Project Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesThe ID of the organization.
collaborator_idstringYesThe ID of the collaborator.
project_idstringYesThe ID of the project.

bugsnag_organizations_get_organization_collaborator_project_access_counts

View the project count of a collaborator Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
collaborator_idsstring[]YesIDs of collaborators to view the project count of

bugsnag_organizations_get_organization_collaborator_projects

View Projects a Collaborator has access to Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesthe ID of the organization
collaborator_idstringYesthe ID of the user
qstringNoSearch projects with names matching parameter
sortstringNoWhich field to sort the results by
directionstringNoWhich direction to sort the results by
per_pagenumberNoHow many results to return per page

bugsnag_organizations_get_organization_projects

List an Organization’s Projects Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesthe ID of the organization
qstringNoSearch projects with names matching parameter
sortstringNoWhich field to sort the results by
directionstringNoWhich direction to sort the results by. Defaults to desc for all sorts except favorite. Defaults to asc if sorting by favorite (cannot sort favorites desc).
per_pagenumberNoHow many results to return per page

bugsnag_organizations_get_organization_team

Show the details of a team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team

bugsnag_organizations_get_project_collaborator

Show a collaborator in a project. Parameters:
ParameterTypeRequiredDefaultDescription
project_idstringYesthe ID of the project
idstringYesthe ID of the collaborator

bugsnag_organizations_get_saved_search_by_id

Get a Saved Search Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe ID of the saved search

bugsnag_organizations_get_saved_search_usage_summary

Get the Usage Summary for a Saved Search Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesthe ID of the saved search to get a summary for

bugsnag_organizations_invite_organization_collaborator

Invite a collaborator to your organization Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesthe ID of your organization
adminbooleanNoWhether to give admin permissions to the invited user.
emailstringYesThe email of the person to invite
namestringNoA name for the invited user
passwordstringNoA password for the invited user
project_idsstring[]NoThe ids of projects in the current organization that the invited user should have access to.
project_rolesobjectNoThe IDs of the projects to which the user should have access, and the roles they should have, either ‘project_owner’ or ‘project_member’.

bugsnag_organizations_list_organization_collaborator_project_accesses

List project accesses for a collaborator Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesThe ID of the organization
collaborator_idstringYesThe ID of the collaborator
per_pagenumberNoNumber of results per page

bugsnag_organizations_list_organization_collaborator_suggested_teams

List Suggested Teams for a Collaborator Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the collaborator
qstringNoA partial or full team name to filter the results by
include_is_memberbooleanNoRequest all teams in the organization, including those that the collaborator is already on. By default only teams the collaborator is not a member of will be returned
per_pagenumberNoNumber of results per page
offsetstringNotoken to retrieve next page of results

bugsnag_organizations_list_organization_collaborator_teams

List Teams for a Collaborator Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the collaborator
qstringNoA partial or full team name to filter the results by
per_pagenumberNoNumber of results per page
offsetstringNotoken to retrieve next page of results

bugsnag_organizations_list_organization_collaborators

List all collaborators that are members of your organization Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesthe ID of your organization
per_pagenumberNoNumber of results per page
qstringNoSearch collaborators with names or emails matching parameter

bugsnag_organizations_list_organization_spans

List Spans for a Trace Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesThe ID of the Organization to which the spans belong.
trace_idstringYesThe ID of the Trace to which the spans belong.
fromstringYesBeginning of window to return spans from.
tostringYesEnd of window to return spans from.
target_span_idstringNoThe ID of a Span within the Trace to focus on. If provided the target Span and its direct children will be returned ahead of other Spans in the Trace.
per_pagenumberNoThe number of results to return per page. Defaults to 20.

bugsnag_organizations_list_organization_team_collaborators

List the Collaborators in a Team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team
qstringNoA partial or full user name or email to filter the results by.
per_pagenumberNoNumber of results per page
offsetstringNotoken to retrieve next page of results

bugsnag_organizations_list_organization_team_project_accesses

List Project Access for a Team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team
qstringNoA partial or full project name to filter the results by.
per_pagenumberNoNumber of results per page
offsetstringNoA token for pagination

bugsnag_organizations_list_organization_team_suggested_collaborators

List Suggested Collaborators to Add to a Team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team
qstringNoA partial or full user name or email to filter the results by.
include_has_accessbooleanNoRequest all collaborators in the organization, including those that are not members of the team. By default only collaborators who are not members of the team will be returned.
per_pagenumberNoNumber of results per page
offsetstringNotoken to retrieve next page of results

bugsnag_organizations_list_organization_team_suggested_projects

Suggest Projects to Add to a Team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team
include_has_accessbooleanNoshould projects the team already has access to be included?
qstringNoA partial or full project name to filter the results by.
per_pagenumberNoNumber of results per page
offsetstringNotoken to retrieve next page of results

bugsnag_organizations_list_organization_teams

List Teams from a query Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
qstringNoA partial or full team name to filter the results by.
per_pagenumberNoNumber of results per page
offsetstringNoToken to retrieve next page of results

bugsnag_organizations_list_project_collaborators

List Collaborators on a Project Parameters:
ParameterTypeRequiredDefaultDescription
project_idstringYesthe ID of the project
per_pagenumberNoNumber of results per page

bugsnag_organizations_list_project_saved_searches

List Saved Searches on a Project Parameters:
ParameterTypeRequiredDefaultDescription
project_idstringYesProject Id
sharedstringNoLimit Saved Searches returned to only those with this shared property

bugsnag_organizations_list_user_organizations

List the Current User’s Organizations Parameters:
ParameterTypeRequiredDefaultDescription
adminbooleanNotrue if only Organizations the Current User is an admin of should be returned
per_pagenumberNoNumber of results per page

bugsnag_organizations_organization_event_data_deletions

Create an event deletion request Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization to delete events from
filter_groupsobjectNoA map of filter groups, where each group is keyed with a unique identifier for the group e.g: { "0": { ... }, "1": { ... } } See the Advanced Filters documentation for more details.
filter_groups_joinstringNoThe join operator to apply between filter groups. - and - All conditions must be satisfied - or (default) - At least one condition must be satisfied
filtersobjectYesThe filters value
skip_confirmationbooleanNowhether to skip requiring another request to confirm the deletion

bugsnag_organizations_organization_event_data_deletions_by_id

Check the status of an event deletion request Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization of the deletion request
idstringYesID of the deletion request

bugsnag_organizations_organization_event_data_deletions_confirm

Confirm an event deletion request Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization of the deletion request
idstringYesID of the deletion request

bugsnag_organizations_organization_event_data_requests

Create an event data request Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization to request events for
filter_groupsobjectNoA map of filter groups, where each group is keyed with a unique identifier for the group e.g: { "0": { ... }, "1": { ... } } See the Advanced Filters documentation for more details.
filter_groups_joinstringNoThe join operator to apply between filter groups. - and - All conditions must be satisfied - or (default) - At least one condition must be satisfied
filtersobjectYesThe filters value
report_typestringNoonly include event fields that pertain to the user such as event.user, event.device, and event.request; you may need to remove/redact some fields before giving this data to your users that request it

bugsnag_organizations_organization_event_data_requests_by_id

Check the status of an event data request Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization of the event data request
idstringYesID of the event data request

bugsnag_organizations_revoke_organization_api_key

Regenerate an Organization’s API key Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesID of the organization

bugsnag_organizations_revoke_organization_auth_token

Regenerate an Organization’s auth token Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesID of the organization

bugsnag_organizations_update_organization_by_id

Update an Organization Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesthe ID of the organization
auto_upgradebooleanYeswhether we should upgrade your plan in response to the organization reaching its plan limit of events. If this value is false your events will be throttled when you reach your plan limit.
billing_emailsstring[]NoBilling Emails
invoice_addressstringNoAdditional information to print on your invoice
invoice_infostringNoDeprecated field. Use invoice_address
namestringYesThe name value

bugsnag_organizations_update_organization_collaborator

Update a Collaborator’s permissions Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesthe ID of your organization
idstringYesthe ID of the collaborator to update
adminbooleanNoWhether to give admin permissions to the user.
project_idsstring[]NoThe ids of projects in the current organization that the invited user should have access to.
project_rolesobjectNoThe IDs of the projects to which the user should have access, and the roles they should have, either ‘project_owner’ or ‘project_member’.

bugsnag_organizations_update_organization_team

Update a team name Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team to be deleted
namestringYesThe name value

bugsnag_organizations_update_organization_team_project_accesses

Add Project Access to a Team Parameters:
ParameterTypeRequiredDefaultDescription
organization_idstringYesID of the organization
idstringYesthe ID of the team
add_all_projectsbooleanNoWhether to add all remaining projects to the team. If true, project_role must also be supplied. User making the request must be an organization administrator if using true.
project_rolestringNoProject Role
project_rolesobjectNoA map of project IDs to the roles to be assigned to them. Must be project_owner unless the organization has access to the enterprise-roles feature. Cannot be supplied if add_all_projects is true.

bugsnag_organizations_update_saved_search_by_id

Update a Saved Search Parameters:
ParameterTypeRequiredDefaultDescription
idstringYesThe ID of the saved search
filtersobjectNoThe filters value
namestringNoname of the saved search
project_defaultbooleanNowhether this saved search is the project default for the current user
sharedbooleanNowhether this saved search is shared among collaborators
sortstringNoSort order for results