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

Getting 404 on POST meetings after GET people works fine.

KenKoellner
Level 1
Level 1

I have an integration that was working against a trial instance and also in production.  I'm trying to get it to work against a newly-created sandbox.  I have GET people working.  But the POST meetings which has always worked is now failing.  Requests and responses below...

GET https://webexapis.com/v1/people?email=365test7@ttdemo.net&max=1

{"notFoundIds":null,"items":[{"id":"Y2lzY29zcGFyazovL3VzL1BFT1BMRS81Y2E1ZDJmZS03YTZhLTQxOTQtOTE5ZS02YmMwNzM4MzIwNmU","emails":["365test7@ttdemo.net"],"displayName":"Test7 Account7","nickName":"Test7","firstName":"Test7","lastName":"Account7","orgId":"Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi81ZmU1ODQ0NC1hZmVmLTQ1ZGEtYWRkNi01ZjA4Yzk0ODg2YjY","created":"2023-06-26T21:04:00.743Z","lastModified":"2023-06-26T21:05:23.818Z","lastActivity":"2023-06-26T21:05:27.737Z","status":"inactive","type":"person"}]}

POST https://webexapis.com/v1/meetings

{
"hostEmail":"365test7@ttdemo.net",
"enabledAutoRecordMeeting": false,
"allowAnyUserToBeCoHost": false,
"title": "kk testeradmin catdev private webex -- 3A",
"start": "2023-06-30T16:30:00",
"end": "2023-06-30T17:00:00",
"timezone": "America/New_York",
"sendEmail": "false"
}

404 Not Found

{"message":"Cannot find the data","errors":[{"description":"Cannot find the data"}],"trackingId":"ROUTER_649C2421-1F56-01BB-013B-AC12DA68013B"}

 

 

1 Accepted Solution

KenKoellner
Level 1
Level 1

I believe I resolved the issue.  I added webex meeting suite to the license for the user and was able to book.  

KenKoellner_0-1687958270960.png

 

View solution in original post

2 Replies 2

KenKoellner
Level 1
Level 1

I believe I resolved the issue.  I added webex meeting suite to the license for the user and was able to book.  

KenKoellner_0-1687958270960.png

 

Sounds good, yes that license would be required in order to use this API.