cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
458
Views
0
Helpful
2
Replies

How to get all participants for webinar with REST API?

ekramareva
Level 1
Level 1

In documentation for API https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants

said I can use max=100 to get participants. But how could I get next 100 participants if webinar had more 100 of them? Is there any cursor, or page number i can set? API does not allow me to set max>100 

1 Accepted Solution

dstaudt
Cisco Employee
Cisco Employee

If the number of results is greater than the 'max' requested, you should see paging URLs in the 'Location' header of the response.  See Pagination

View solution in original post

2 Replies 2

gacodev
Level 1
Level 1

If I need the user's email, how can I set it up? to allow access via integration

dstaudt
Cisco Employee
Cisco Employee

If the number of results is greater than the 'max' requested, you should see paging URLs in the 'Location' header of the response.  See Pagination