ReportAssessmentAssignedUser
firstNamestringnullable
First name of the assigned user
Example:
John
idstringnullable
Id of the assigned user
Example:
abc123
lastNamestringnullable
Lastname of the assigned user
Example:
Doe
ReportAssessmentAssignedUser
{
"email": "[email protected]",
"firstName": "John",
"id": "abc123",
"lastName": "Doe"
}