I want to create an incident and assign it to an individual in my company who is neither the current on-call person nor part of any escalation policy.
As far as I know, the events API allows me to create an incident and assign it to the current on-call person, but it doesn’t provide a way to assign it to a specific person who may not be the current on-call person for any service in the company. However, I am aware of the create incidents API, which requires the email address of the user initiating the incident. Is it possible to create an incident and assign it to any person in the company without the need for an email address?
Thank you.