V2ReportDetailUser
emailstringnullable
Email of the user
Example:
john.doe@abc.com
firstNamestringnullable
First name of the user
Example:
John
lastNamestringnullable
Last name of the user
Example:
Doe
V2ReportDetailUser
{
"email": "john.doe@abc.com",
"firstName": "John",
"lastName": "Doe"
}