cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
503
Views
1
Helpful
1
Replies

Retrieving meetingId via personId?

xharris
Cisco Employee
Cisco Employee

Is there a method for finding the ID of a meeting that a person is currently in?  In the messaging API, I can call `https://webexapis.com/v1/memberships?personId=personIdValue` to find all rooms a person belongs to.  I would like to do the same for meetings, but cannot find such a method.

1 Accepted Solution

Janos Benyovszki
Cisco Employee
Cisco Employee

@xharris not at the moment. Right now it works the other way around, so if you have a meeting ID you can find out all the participants using https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants . Finding the ongoing meetings of a person would be a new requirement, that you can suggest on https://ciscocollabcustomer.ideas.aha.io/ .

View solution in original post

1 Reply 1

Janos Benyovszki
Cisco Employee
Cisco Employee

@xharris not at the moment. Right now it works the other way around, so if you have a meeting ID you can find out all the participants using https://developer.webex.com/docs/api/v1/meeting-participants/list-meeting-participants . Finding the ongoing meetings of a person would be a new requirement, that you can suggest on https://ciscocollabcustomer.ideas.aha.io/ .