Skip to main content

AssignmentAssignedToInspector

email string

Email of the inspector that is assigned to the assignment

employeeId stringnullable

External ID of the inspector that is assigned to the assignment

Example: 123
id string

User ID of the inspector that the assignment is assigned to

Example: U111
name string

Name of the inspector that the assignment is assigned to

Example: John Doe
AssignmentAssignedToInspector
{
"email": "[email protected]",
"employeeId": "123",
"id": "U111",
"name": "John Doe"
}