Skip to main content
Feedback

Tenant user removed

This event type indicates that a user was removed from a tenant.

Example: A tenant Administrator deleted a user from the tenant on the Tenant page. Refer to Removing a tenant user.

Event entry and metadata

The Event Entry form displays the metadata for the event, including:

NameValue/Object description
data:removedUserThe ID of the user who was removed from the tenant.
occurredAtThe date/time when the user was removed from the tenant.
tenantThe ID of the tenant from which the user was removed.
userThe tenant Administrator who removed the user from the tenant, including their email, name and ID.

Example metadata:

{
"data": {
"removedUser": "326e2216-23dd5-42d7-9844-1ceccd390a69"
},
"flow": null,
"id": "ef3be66c-ce2c-496a-abe7-553d219eba7ad",
"occurredAt": "2021-05-11T13:40:23.975244Z",
"state": null,
"tenant": "141b7bd7c-7556-4660-b907-da055c5f600a",
"type": "tenant.user.removed",
"user": {
"email": "Administrator@example.com",
"firstName": "Adminstrator",
"id": "2e4f22e9dd-003a-4c5f-a0c3-a10c75a95272",
"lastName": "User"
}
}
On this Page