Navigation
Legacy

You're viewing the previous version. For the current product, see the v3 API reference.

Account sharing signal

Summary

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

Payload

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>,
}