Thanks Debora.
Users unfortunately don't have access to Developer tools in their browser which would be helpful here. I might have to resort to deleting and recreating their account from scratch :(
The other strange thing I noticed with their alerts is that they don't populate in the inbox like you have in your screenshot. Very unusual.
------------------------------
Robert Niblock
Contact Centre Technology Analyst
------------------------------
Original Message:
Sent: 11-05-2025 07:19
From: Debora Lopes
Subject: API for Alert Rules - Locating an Alert Rule
Robert,
I checked the documentation and is saying we only be able to see our own alerting rules in UI and API.
Try to 'hack' the system checking if something logged at network level when you click on 'View Alert Rule' is those alerts the users is receiving.
If you can receive these informations, maybe you can track the user by userId.

------------------------------
Debora Lopes
------------------------------
Original Message:
Sent: 11-04-2025 20:24
From: Robert Niblock
Subject: API for Alert Rules - Locating an Alert Rule
Hi Debora,
I can see my rules appear when I query this API. However it's not a rule that I or the affected end user has created, its another user in the org that we don't know at this point.
I'm not sure if there's a query to see all existing rules in an Org, however if I cant track this down, it might just be a case that I'll have to delete the user and recreate their account which hopefully should disassociate any rules with them.
------------------------------
Robert Niblock
Contact Centre Technology Analyst
Original Message:
Sent: 11-04-2025 12:01
From: Debora Lopes
Subject: API for Alert Rules - Locating an Alert Rule
Hi @Robert Niblock
Did you tried to run the API with these parameters? Here I received a list of rules and is possible to get the owner with the "user" info in the response.
{
"ruleType": "All",
"queryType": "Info"
}

------------------------------
Debora Lopes