cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5055
Views
15
Helpful
4
Replies

webex meeting attendee list export

CJYao
Level 1
Level 1

Does Webex meeting have any API or link to export attendee list and login time by using meeting ID?

1 Accepted Solution

Hi,

Thank you so much for your comment!  It worked!

Here is what I did:
1. Create a Webex meeting
2. Start the meeting
3. Get its Meeting Number from "Information" and copy "Meeting Number" manually

Webex_mtg_info.jpg     Webex_mtg_number.jpg
4. Open Chrome browser and access to list-meetins below and enter the mtg number without space.
https://developer.webex.com/docs/api/v1/meetings/list-meetings

5. Get meeting ID by executing list-meetins from list-meetins
6. Run list-meeting-participants with meeting ID just obtained
https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants

 

Thanks for your help!

 

View solution in original post

4 Replies 4

Hi,

Thank you so much for your comment!  It worked!

Here is what I did:
1. Create a Webex meeting
2. Start the meeting
3. Get its Meeting Number from "Information" and copy "Meeting Number" manually

Webex_mtg_info.jpg     Webex_mtg_number.jpg
4. Open Chrome browser and access to list-meetins below and enter the mtg number without space.
https://developer.webex.com/docs/api/v1/meetings/list-meetings

5. Get meeting ID by executing list-meetins from list-meetins
6. Run list-meeting-participants with meeting ID just obtained
https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants

 

Thanks for your help!

 

yhung
Cisco Employee
Cisco Employee

Hello,

I am trying the API mentioned:

https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants

What I did were:

1. Create a Webex meeting

2. Start the meeting

3. Get meeting ID from "Copy Meeting Link" and pasted in notepad and extract the meeting ID

4. Open Chrome browser and access to the link above

5. Choose "Try it" and Sign in as the host of the running Webex meeting

6. Fill in the meetingId column with the Meeting ID and hostEmail with host email address

7. Click Run

 

However, I get following error:

AttendeeList_API_test.jpg

 

 

Hello:

You would need to get the meetingid also from the API, it’s different than the numeric meeting id. You can get it from the list meetings API call.