Set name user to a meeting

Hi, I am new in the ZOOM world and exploring options to use ZOOM Apis, I would like to know how can I send the user name from my website to the zoom meeting link to get the same name located in my website. I checked the differents options but I couldn’t find Join Meeting/Webinar API.
And I have other question about ending meeting, is there an option that allows me redirect to my website when I finish the meeting?

Welcome @juan99verano,

Happy to help!

Hi, I am new in the ZOOM world and exploring options to use ZOOM Apis, I would like to know how can I send the user name from my website to the zoom meeting link to get the same name located in my website.

Currently, there is not API to update the display. However, you can enable registration for your meeting and populate the display that way. Here is more detailed post on this workflow:

The create meeting and webinar API returns a unique start meeting join URL. I’ve linked both of the APIs for your reference:

Create a meeting

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/meetingCreate

Create a webinar

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/webinarCreate

You can end a meeting with our Update Meeting Status API, see the post linked below for more details on this workflow: