ReportDetailUser
Information of the user
firstName stringnullable
First name of the user
Example:
John
id stringnullable
Unique identifier of the user
Example:
cc94fc4e-dcbe-44a5-863e-3255281e02ca
lastName stringnullable
Last name of the user
Example:
Doe
ReportDetailUser
{
"email": "[email protected]",
"firstName": "John",
"id": "cc94fc4e-dcbe-44a5-863e-3255281e02ca",
"lastName": "Doe"
}