V2ReportDetailUser
firstName stringnullable
First name of the user
Example:
John
lastName stringnullable
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"
}