Convert regular user to cust_Create

Hello, I have a problem, I have already implemented the API with the JWT credentials of a business account, however, I need to book Zoom meetings with a longer anticipation than 2 hours, which is regular. I would like to know how I can do it, I have seen that it can be done from a user created via the cust_create API. Can I convert my owner user to one created via cust_create?

Hi @acandela, no you cannot convert a user to a custCreate user however you can transfer the previous userId’s data to a newly created custCreate userId using the Delete User API and specifying the userId (custCreate user) you would like the data (meetings, recordings, etc) to be transferred to. Add the email of the custCreate user as a query_param of the request.