Create a membership
POST {{WEBEXAPI}}/memberships
Add someone to a room by Person ID or email address; optionally making them a moderator.
https://developer.webex.com/endpoint-memberships-post.html
Request Body
{"roomId"=>"{{_room}}", "personEmail"=>"CiscoDevNet@sparkbot.io", "isModerator"=>"false"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |