Navigation

Account sharing signal

Summary

Use this webhook to get notified when an account sharing signal is discovered for a user.

For more information on setting up and handling webhook events, view the documentation.

Response

The user.account_sharing_signal webhook returns one property with a User object.

{
  event: "user.account_sharing_signal",
  account: String,
  metadata_fields: Map<String, String>,
}