Incident Owner Info Response
data class IncidentOwnerInfoResponse(val assignedTo: String? = null, val email: String? = null, val objectId: String? = null, val userPrincipalName: String? = null)
Information on the user an incident is assigned to