- Joined
- Jul 26, 2019
- Messages
- 32
- Reaction score
- 8
Looking for some feedback on my potential misuse of the API (given I can't achieve what I want, I assume it's possible). I've not played around with it much but so far I have found that using /adhoc (?extension={{extension}}&subject=API Test Meeting 4), for example:
Then, add participants with /participants/meedingid/20332451051559bb8dj129928844136ed322285f166b0b5:
Results in everyone being added as a cohost, not just the extension owner - they're not participants. Anyone else running into this, or see where I've gone wrong?
I'm running v18.0 Update 3 (Build 444).
JSON:
{
"status": "success",
"result": {
"meetingid": "20332451051559bb8dj129928844136ed322285f166b0b5",
"title": "API Test Meeting 4",
"url": https://domain.tld/meet/33fe4d6ce55e8f588d0f48bfbcf1b56ac2f02fa00,
"owner": "API User"
},
"errorInformation": ""
}
Then, add participants with /participants/meedingid/20332451051559bb8dj129928844136ed322285f166b0b5:
JSON:
[
{
"name": "John Doe",
"email": [email protected],
"role": "Participant"
},
{
"name": "John Doe",
"email": [email protected],
"role": "Participant"
}
]
Results in everyone being added as a cohost, not just the extension owner - they're not participants. Anyone else running into this, or see where I've gone wrong?
I'm running v18.0 Update 3 (Build 444).