Navigation

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".

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

Response

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