V2ReportDetailUser
firstNamestringnullable
First name of the user
Example:
John
lastNamestringnullable
Last name of the user
Example:
Doe
V2ReportDetailUser
{
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe"
}
First name of the user
John
Last name of the user
Doe
{
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe"
}