post
https://dev-api.lifeknight.ai/api/v2/users//call-e911
Initiates an E911 emergency call for a user. Performs the following validations in order before placing the call:
- User must exist
- User must have a DID/Caller ID assigned
- User must have an address on file
- Address must have all required fields (city, state, street, streetnumber, zipcode)
- Address must be E911 compatible (validated via FracTel E911VALIDATE2 API)
On success, sends the user's location to FracTel, initiates the emergency call, and logs the event to panic_logs.
Side Effects:
- Registers E911 location with FracTel
- Initiates emergency call via FracTel
- Creates
panic_logsrecord
