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