Skip to main content

AssignmentAssignedToInspector

emailstring

Email of the inspector that is assigned to the assignment

employeeIdstringnullable

External ID of the inspector that is assigned to the assignment

Example: 123
idstring

User ID of the inspector that the assignment is assigned to

Example: U111
namestring

Name of the inspector that the assignment is assigned to

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