Navigation
Legacy

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

Admin notified of shared account

Summary

Use this webhook to get notified when an admin receives a request for assistance during the account sharing challenge process when the challenge type is set to "Notify admins".

Payload

The admin.notify.shared_account webhook returns one property with a User object.

{
  event: "admin.notify.shared_account",
  account: String,
  metadata_fields: Map<String, String>,
  device_count: Number,
  attached_device_count: Number,
  other_users_devices_count: Number,
}