Query Breach Alert Subscriptions for Users
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns a paginated list of all user-level alert subscriptions for your account. Can be used to check if a specific user is monitored by using the usernameHash parameter.
/breach-monitoring-for-users
(Optional) If this parameter is specified and true, the results will include the webhook information and custom data for each monitored user.
(Optional) If specified, the call will only check to see if this email address is monitored. It consists of a SHA256 hash of the lowercased email address to check. If this parameter is not provided, the call will instead return a list of all emails being monitored for your account.
(Optional) If specified, the call will return a list of all emails being monitored for your account that were originally added with this customData value.
(Optional) The number of results to return in a single call
(Optional) For each call to the API, if there are more pages of results available then a pagingToken will be returned. Pass the pagingToken in via this parameter to retrieve the subsequent page of results. Should be left off for the initial call to the API.