Description
When we try to delete a user via the API and pass the transfer_email
and transfer_meeting
values the user is deleted but also the meeting is deleted. When we try to delete a user in the dashboard , we are prompted with the option to transfer. Selecting transfer meeting and supplying the same email we use in the api call results in a successful transfer.
Is it not possible to transfer all meetings to another user via the delete user API call when using a JWT token ?
Error
No error, the delete completes but meetings are not transfered
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
DELETE /users/{id}?action=delete&transfer_email=&transfer_meeting=true&transfer_recording=true