Person Object

Field Guide

Name Type Example Notes
id Int 23478 Unique identifier - the person's Help Scout id
firstName String John  
lastName String Appleseed  

Example

{
    "id": 23478,
    "firstName": "John",
    "lastName": "Appleseed"
}