Skip to main content

V1AssessmentSubmitEvent

submittedByUser objectnullable

User who submitted the assessment

firstNamestringnullable

User first name

Example: John
lastNamestringnullable

User last name

Example: Doe
emailstring

User email

submitDatestring<date-time>

Submission date

Example: 2024-09-30T10:36:56.057000+00:00
submittedByOrg objectnullable

Organization that submitted

idstring

Unique identifier

namestringnullable

Name

orgIdstringnullable

Organization external ID

typestring

Type

V1AssessmentSubmitEvent
{
"submittedByUser": {
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]"
},
"submitDate": "2024-09-30T10:36:56.057000+00:00",
"submittedByOrg": {
"id": "string",
"name": "string",
"orgId": "string",
"type": "string"
}
}