Tenant imported
This event type indicates that a tenant data file was imported into a tenant.
Example: A tenant data file was imported into a tenant on the Tenant page. Refer to Exporting and importing tenant data.
Event Entry and metadata
The Event Entry form displays the metadata for the event, including:
| Name | Value/Object description |
|---|---|
| data | Information about the tenant import itself, including the ID, the user who performed the import, the tenant being imported into, and the date/time the import occurred. |
| occurredAt | The date/time when the tenant data was imported. |
| tenantId | The ID of the tenant that the data was imported into. |
| user | The user who imported the tenant, including their email, name and ID. |
Example metadata:
{
"data": {
"id": "61578feb-8042-4ff2-888a-ebbc4d099c3623",
"data": null,
"type": "tenant.imported",
"user": "63794672-3832-4c5f-b2d9-ad038380a06733",
"tenant": "92d47383-f427-4d3f-9961-23097364e00744",
"occurredAt": "2022-08-23T10:18:22.3195324+00:00"
},
"flow": {
"developerName": null,
"id": "00000000-0000-0000-0000-000000000000",
"version": "00000000-0000-0000-0000-000000000000"
},
"id": "61578feb-8042-4ff2-888a-ebbc4d099c3623",
"occurredAt": "2022-08-23T10:18:22.319532+00:00",
"stateId": null,
"tenantId": "92d47383-f427-4d3f-9961-23097364e00744",
"type": "tenant.imported",
"user": {
"email": "user@example.com",
"firstName": "Example",
"id": "63794672-3832-4c5f-b2d9-ad038380a06733",
"lastName": "User"
},
"userId": "63794672-3832-4c5f-b2d9-ad038380a06733"
}