怎样获取api项下创建的userid

我们使用API rest 创建了一个user custcreate, 系统自动分配了一个meeting ID,用rest接口怎么获取自动分配的meetingID

Hi TiantianTalk,

you can call api.zoom.us/v1/user/getbyemail and pass the email of the custcreated user, then in the API response message, fetch the information in “pmi”, that’s the meeting ID Zoom assigned to each user.

Best

Wei