Links a Sentry user to an external identity provider's user within a Sentry organization; the Sentry user must be an organization member, an active integration for the provider must be configured, and `external_id` is typically required for the external user.
idRequiredintegerThe unique numeric identifier for the external actor linkage being created. Its specific use may depend on the integration or Sentry's internal handling.
user_idRequiredintegerThe numeric ID of the Sentry user to be linked with the external identity.
providerRequiredstringThe external identity provider. Allowed values: `github`, `github_enterprise`, `slack`, `gitlab`, `msteams`, `custom_scm`.
external_idstringThe user's unique identifier on the external provider's platform (e.g., GitHub user ID, Slack member ID). This ID is specific to the selected `provider`.
external_nameRequiredstringThe display name of the user as known on the external provider's platform (e.g., GitHub username, Slack display name).
integration_idRequiredintegerThe numeric ID of the Sentry integration that corresponds to the specified provider and is configured for the organization.
organization_id_or_slugRequiredstringThe unique identifier (ID or slug) of the Sentry organization where the external user linkage will be created.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.