The quota.reached event is triggered when a user exceeds their quota limit.

Event Object

type
quota.reached
data
Event Data Object

The corresponding event data object as described below.

Data Object

quotaId
string

The unique identifier for the quota.

quotaName
string

The name of the quota.

usage
number

The amount of usage that has been recorded.

limit
number

The maximum allowed usage for the quota.

userId
string

The unique identifier for the member.