cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1348
Views
0
Helpful
3
Replies

How do i get registration link and join training session link using XML API?

santoshmalisp
Level 1
Level 1

I am able to get meetting url for WebEx Meeting programatically using WebEx XML API, however i dont see any option to get registration link and join link for TRAINING SESSION.

Any option to generate the same?

3 Replies 3

ryanhunt
Level 5
Level 5

The same method of GetjoinurlMeeting works for all session types; not just Meeting sessions.

We do not have a generate registration link through the API; its expected you'd build your own page and register them through the API's Attendee Service methods, such as: registerMeetingAttendee

Hello Ryan,

Thanks for your inputs, currently when i created training session using XML API, i received session key "626673365", and when i used GetjoinurlMeeting it returned me below url

https://apidemoeu.webex.com/apidemoeu/e.php?AT=SI&MK=626673365

However this url shows message "Invalid Meeting Key" The specified Meeting Key is invalid. Please contact technical support for more information.

Could you please let me know whats wrong in it?

It looks like your parser is escaping the & sign with &

unescaped it works fine: https://apidemoeu.webex.com/apidemoeu/e.php?AT=SI&MK=626673365

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: