Ask a question

Ask a Question
Back to All

Owner of an event

Hello,

I can't find anywhere in the documentation how the owner of an event is managed in case of an account being deleted. We had to remove someone's account form our team because they left the company but i don't know how the ownership of the event they created will be managed.

My question is, if the account of the owner of an event is removed / deleted, what happens to the data returned by the API for said event ? Here is the specific data returned by the "list event" i'm refering to.

"owner": {
"id": "cf28389e-64e0-401b-81cf-73dc6e008719",
"type": "people",
"attributes": {
"role": "team_member",
"created_at": 1733758855,
"updated_at": 1733758856,
"timezone": "Europe/Paris",
"first_name": "Elden-11",
"last_name": "Boyle-11",
"email": "[email protected]",
"avatar_link": null
}

This is important for us cause we share our company space with other entities and use the owners to filter the events we need to gather data from in our system.

Thank you in advance for your help.

Best regards